mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 10:12:58 +03:00
6 lines
118 B
PL/PgSQL
6 lines
118 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
ALTER TABLE oidc_clients DROP COLUMN dark_image_type;
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|