mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-14 09:13:11 +03:00
3 lines
63 B
MySQL
3 lines
63 B
MySQL
|
|
ALTER TABLE devices
|
||
|
|
ADD COLUMN
|
||
|
|
twofactor_remember TEXT;
|