mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 10:12:58 +03:00
7 lines
118 B
PL/PgSQL
7 lines
118 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
DROP TABLE user_groups;
|
|
DROP TABLE user_groups_users;
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|