1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-02 13:53:23 +01:00
bitwarden-server/util/PostgresMigrations/Scripts/2022-01-21_00_RemoveU2F.psql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
332 B
Plaintext
Raw Normal View History

2022-01-24 12:14:04 +01:00
<EFBFBD><EFBFBD>START TRANSACTION;
DROP TABLE "U2f";
INSERT INTO "__EFMigrationsHistory" ("MigrationId", "ProductVersion")
VALUES ('20220121092321_RemoveU2F', '5.0.12');
COMMIT;