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