mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
9 lines
332 B
SQL
9 lines
332 B
SQL
START TRANSACTION;
|
||
|
||
DROP TABLE `U2f`;
|
||
|
||
INSERT INTO `__EFMigrationsHistory` (`MigrationId`, `ProductVersion`)
|
||
VALUES ('20220121092546_RemoveU2F', '5.0.12');
|
||
|
||
COMMIT;
|