Files
pocket-id-pocket-id-1/backend/resources/migrations/postgres/20250117164229_ldap.down.sql
Kyle Mendell 5101b14eec feat: add LDAP sync (#106)
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-01-19 13:02:07 +01:00

6 lines
85 B
SQL

ALTER TABLE users
DROP COLUMN ldap_id;
ALTER TABLE user_groups
DROP COLUMN ldap_id;