Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information