1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-17 06:20:04 +02:00
vaultwarden/migrations
Mathijs van Veluw ecb31c85d6
Fix issue with MariaDB/MySQL migrations (#3994)
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
2023-10-23 12:23:35 +02:00
..
mysql Fix issue with MariaDB/MySQL migrations (#3994) 2023-10-23 12:23:35 +02:00
postgresql Implement cipher key encryption (#3990) 2023-10-23 00:18:14 +02:00
sqlite Implement cipher key encryption (#3990) 2023-10-23 00:18:14 +02:00