mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-18 09:13:26 +03:00
6 lines
109 B
PL/PgSQL
6 lines
109 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
DROP TABLE oidc_clients_allowed_user_groups;
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|