Adapts comment

This commit is contained in:
Dennis Schoepf 2024-05-14 22:52:48 +02:00
parent 99bd43128e
commit d7a61290fa

View file

@ -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
}