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