mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 13:21:45 +00:00
feat: add support for SCIM provisioning (#1182)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
PRAGMA foreign_keys=OFF;
|
||||
BEGIN;
|
||||
|
||||
DROP TABLE scim_service_providers;
|
||||
ALTER TABLE users DROP COLUMN updated_at;
|
||||
ALTER TABLE user_groups DROP COLUMN updated_at;
|
||||
|
||||
COMMIT;
|
||||
PRAGMA foreign_keys=ON;
|
||||
Reference in New Issue
Block a user