mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 09:13:15 +03:00
7 lines
85 B
PL/PgSQL
7 lines
85 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
DROP TABLE storage;
|
|
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|