mirror of
https://github.com/bitwarden/server.git
synced 2024-11-28 13:15:12 +01:00
8 lines
257 B
Plaintext
8 lines
257 B
Plaintext
|
START TRANSACTION;
|
||
|
|
||
|
ALTER TABLE "OrganizationDomain" RENAME COLUMN "NextRunCount" TO "JobRunCount";
|
||
|
|
||
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
||
|
VALUES ('20221129032517_OrganizationDomainClaimRenameNextRunCount', '6.0.4');
|
||
|
|
||
|
COMMIT;
|