chore: pluralize table names (#463)

This commit is contained in:
Colin Adler
2022-03-17 18:10:46 -05:00
committed by GitHub
parent edd8345658
commit 706e60bb3b
21 changed files with 341 additions and 249 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func main() {
if err != nil {
panic(err)
}
err = database.Migrate(db)
err = database.MigrateUp(db)
if err != nil {
panic(err)
}