bitwarden_rs/migrations/mysql/2023-10-21-221242_add_ciphe...
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
..
down.sql Implement cipher key encryption (#3990) 2023-10-23 00:18:14 +02:00
up.sql Fix issue with MariaDB/MySQL migrations (#3994) 2023-10-23 12:23:35 +02:00