Compare commits

..
1 Commits
Author SHA1 Message Date
Dustin Pianalto cbd899ff8c debug errors
CI / build (push) Has been cancelled
2021-01-20 23:22:23 -09:00
+1 -1
View File
@@ -42,7 +42,7 @@ func ConnectDatabase(dbConnString string) {
}
err = m.Up()
if err != nil {
log.Fatal(fmt.Errorf("error running migrations: %w", err))
log.Fatal(err)
}
log.Println("Migrations Run")
}