mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 05:00:19 -05:00
9 lines
332 B
Plaintext
9 lines
332 B
Plaintext
START TRANSACTION;
|
|
|
|
DROP TABLE "U2f";
|
|
|
|
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
|
|
VALUES ('20220121092321_RemoveU2F', '5.0.12');
|
|
|
|
COMMIT;
|