Fix build

pull/4/head
Vojtech Vitek (V-Teq) 2016-03-08 16:22:11 -05:00
parent 9c5211d3d4
commit 48cee63cc9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ func Status(db *sql.DB, dir string) error {
}
ms := migrationSorter(migrations)
ms.Sort(0)
ms.Sort(true)
// must ensure that the version table exists if we're running on a pristine DB
if _, err := EnsureDBVersion(db); err != nil {