mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
|
START TRANSACTION;
|
||
|
|
||
|
ALTER TABLE "OrganizationDomain" ADD "LastCheckedDate" timestamp with time zone NULL;
|
||
|
|
||
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
||
|
VALUES ('20221209194623_OrganizationDomainLastCheckedDate', '6.0.4');
|
||
|
|
||
|
COMMIT;
|
||
|
|