Adapts comment
This commit is contained in:
parent
99bd43128e
commit
d7a61290fa
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ func Connect(filename string) (*sql.DB, error) {
|
|||
return nil, err
|
||||
}
|
||||
|
||||
fmt.Printf("Applied %d migrations - Database is ready!\n", n)
|
||||
fmt.Printf("Applied migrations - Database is ready!\n", n)
|
||||
|
||||
return db, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue