Update readme with mysql multiStatements

pull/256/merge
Mike Fridman 2021-10-11 16:09:25 -04:00
parent 0e770f837f
commit f24b19cca8
1 changed files with 2 additions and 0 deletions

View File

@ -163,6 +163,8 @@ Print the status of all migrations:
Note: for MySQL [parseTime flag](https://github.com/go-sql-driver/mysql#parsetime) must be enabled.
Note: for MySQL [`multiStatements`](https://dev.mysql.com/doc/internals/en/multi-statement.html) must be enabled. This is required when writing multiple queries separated by ';' characters in a single sql file.
## version
Print the current version of the database: