Fix typo in workflow
CI / build (push) Has been cancelled

This commit is contained in:
Dustin Pianalto
2021-01-20 22:08:22 -09:00
parent cc8fff4e3d
commit cd0fb03605
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -41,4 +41,5 @@ func ConnectDatabase(dbConnString string) {
log.Fatal(fmt.Errorf("Cannot create migration instance: %w", err))
}
m.Up()
log.Println("Migrations Run")
}