RunSeq applies a migration to the database in a sequential fashion. migration is guaranteed to be not nil.
(migration io.Reader, fileType, fileName string, noTransaction bool)
| 65 | |
| 66 | // RunSeq applies a migration to the database in a sequential fashion. migration is guaranteed to be not nil. |
| 67 | Run(migration io.Reader, fileType, fileName string, noTransaction bool) error |
| 68 | |
| 69 | // Reset Migration Query Args |
| 70 | ResetQuery() |
no outgoing calls