mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-17 17:23:30 +03:00
6 lines
124 B
PL/PgSQL
6 lines
124 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
ALTER TABLE app_config_variables DROP COLUMN default_value;
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|