Files
pocket-id/backend/resources/migrations/sqlite/20250115155817_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

2 lines
83 B
SQL

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