mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-08-23 21:36:39 +00:00
Co-authored-by: Elias Schneider <login@eliasschneider.com>
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;
|