GetLocalVersion returns the latest version available in migrations folder
()
| 54 | |
| 55 | // GetLocalVersion returns the latest version available in migrations folder |
| 56 | GetLocalVersion() (version uint64, err error) |
| 57 | |
| 58 | // Get all unapplied migrations present in local directory |
| 59 | GetUnappliedMigrations(version uint64) (versions []uint64) |
no outgoing calls