1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-19 17:01:32 +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