mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-20 17:25:43 +03:00
7 lines
115 B
PL/PgSQL
7 lines
115 B
PL/PgSQL
PRAGMA foreign_keys=OFF;
|
|
BEGIN;
|
|
ALTER TABLE oidc_clients DROP COLUMN credentials;
|
|
|
|
COMMIT;
|
|
PRAGMA foreign_keys=ON;
|