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