mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 01:10:17 +00:00
fix: sqlite migration drops allowed user groups
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
PRAGMA foreign_keys=OFF;
|
||||
BEGIN;
|
||||
ALTER TABLE oidc_clients DROP COLUMN launch_url;
|
||||
|
||||
ALTER TABLE user_authorized_oidc_clients DROP COLUMN created_at;
|
||||
ALTER TABLE user_authorized_oidc_clients DROP COLUMN created_at;
|
||||
COMMIT;
|
||||
PRAGMA foreign_keys=ON;
|
||||
|
||||
Reference in New Issue
Block a user