mirror of
https://github.com/bitwarden/server.git
synced 2024-11-29 13:25:17 +01:00
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
|
START TRANSACTION;
|
||
|
|
||
|
ALTER TABLE "Event" ADD "DomainName" text NULL;
|
||
|
|
||
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
||
|
VALUES ('20221209020447_EventsDomainName', '6.0.4');
|
||
|
|
||
|
COMMIT;
|
||
|
|