mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
fixed irregularities
This commit is contained in:
@@ -15,6 +15,6 @@ func main() {
|
||||
dbUrl := os.Getenv("DATABASE_URL")
|
||||
ctx := context.Background()
|
||||
|
||||
conn := db.CreateConnection(dbUrl, ctx)
|
||||
conn := db.CreateConnection(ctx, dbUrl)
|
||||
migrate.Start(conn, "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user