You've already forked reloading-manager
fix tpyo
This commit is contained in:
@@ -11,6 +11,9 @@ import (
|
||||
|
||||
func (db *Database) Migrate() {
|
||||
sqlDB, err := sql.Open("postgres", db.DSN(false))
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
|
||||
driver, err := postgres.WithInstance(sqlDB, &postgres.Config{
|
||||
MigrationsTable: "schema_migrations",
|
||||
|
||||
Reference in New Issue
Block a user