mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-20 17:25:43 +03:00
7 lines
148 B
PL/PgSQL
7 lines
148 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
ALTER TABLE app_config_variables
|
|
RENAME TO application_configuration_variables;
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|