MIGRATING.md
8.26 KB
-
Fix bug in migration instructions on MariaDB · 9e40a5d5
"key" is a reserved keyword in MariaDB, so the SQL statement fails. Surrounding the keyword in backticks fixes the error.
Luke committed
"key" is a reserved keyword in MariaDB, so the SQL statement fails. Surrounding the keyword in backticks fixes the error.