Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2025-02-07 11:17:02 +01:00
![Mathijs van Veluw](/assets/img/avatar_default.png)
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
2 Zeilen
43 B
SQL
2 Zeilen
43 B
SQL
ALTER TABLE ciphers
|
|
ADD COLUMN `key` TEXT;
|