mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-06 04:25:00 +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