1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 09:51:46 +00:00
Files
pocket-id/backend/resources/migrations/postgres/20251229173100_scim_service_providers.down.sql
2026-01-02 17:54:20 +01:00

3 lines
124 B
SQL

DROP TABLE scim_service_providers;
ALTER TABLE users DROP COLUMN updated_at;
ALTER TABLE user_groups DROP COLUMN updated_at;