mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 22:23:18 +08:00
9 lines
232 B
Plaintext
9 lines
232 B
Plaintext
|
|
START TRANSACTION;
|
||
|
|
|
||
|
|
ALTER TABLE "AuthRequest" ADD "Approved" boolean NULL;
|
||
|
|
|
||
|
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
||
|
|
VALUES ('20221025033204_PasswordlessAuthRequestAddApprovedColumn', '6.0.4');
|
||
|
|
|
||
|
|
COMMIT;
|