mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08: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;
|