Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-23 | Fix 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-23 | Implement cipher key encryption (#3990) | Daniel GarcĂa | |