mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
|
START TRANSACTION;
|
||
|
|
||
|
ALTER TABLE "Organization" ADD "UseScim" boolean NOT NULL DEFAULT FALSE;
|
||
|
|
||
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
||
|
VALUES ('20220707162231_UseScimFlag', '6.0.4');
|
||
|
|
||
|
COMMIT;
|