0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-08 06:58:59 +02:00
Commit graph

2 commits

Author SHA1 Message Date
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
Daniel García cb4b683dcd
Implement cipher key encryption (#3990) 2023-10-23 00:18:14 +02:00