mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-15 17:57:12 +00:00
ecb31c85d6
MariaDB/MySQL doesn't like the normal `"` quotes around the column name. This needs to be a backtick **`**. This PR changes the migration script to fix this issue. Fixes #3993
3 lines
43 B
SQL
3 lines
43 B
SQL
ALTER TABLE ciphers
|
|
ADD COLUMN `key` TEXT;
|