mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-06 19:25:41 +00:00
6 lines
102 B
PL/PgSQL
6 lines
102 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
ALTER TABLE users DROP COLUMN locale;
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|