mirror of https://github.com/pressly/goose.git
Update readme with mysql multiStatements
parent
0e770f837f
commit
f24b19cca8
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue