mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-06-15 15:20:07 +00:00
Fix Device Type column for 2FA migration (#4971)
This commit is contained in:
parent
0bd8f607cb
commit
de01111082
5 changed files with 73 additions and 96 deletions
|
@ -1 +1 @@
|
|||
ALTER TABLE twofactor_incomplete ADD COLUMN device_type INTEGER NOT NULL;
|
||||
ALTER TABLE twofactor_incomplete ADD COLUMN device_type INTEGER NOT NULL DEFAULT 14; -- 14 = Unknown Browser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue