summaryrefslogtreecommitdiff
path: root/migrations/mysql/2023-10-21-221242_add_cipher_key/up.sql
AgeCommit message (Collapse)Author
2023-10-23Fix issue with MariaDB/MySQL migrations (#3994)Mathijs van Veluw
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-23Implement cipher key encryption (#3990)Daniel GarcĂ­a