Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed unhelpful error message when running migrations
When the migration SQL code is missing a `;`, we get an error regarding an unexpected `INSERT INTO`. The user will be confused when the migration isn't even containing any `INSERT TO` calls at all. To fix this we terminate the current statement by force adding a `;`
- Loading branch information