mirror of
https://github.com/bitwarden/server.git
synced 2026-02-04 08:03:29 +08: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;
|