Files
pocket-id/backend/resources/migrations/postgres/20260102231700_ldap_admin_group_rename.up.sql
2026-01-02 23:42:25 +01:00

2 lines
98 B
SQL

UPDATE app_config_variables SET key = 'ldapAdminGroupName' WHERE key = 'ldapAttributeAdminGroup';