added migrations back + removed distracting log message
This commit is contained in:
@@ -25,7 +25,6 @@ func OpenDatabase() (models.IDatabase, error) {
|
||||
}
|
||||
|
||||
func Migrate() error {
|
||||
return nil
|
||||
dbHost := helper.GetEnv("POSTGRES_HOST", "localhost")
|
||||
dbName := helper.GetEnv("POSTGRES_DB", "arbeitszeitmessung")
|
||||
// dbUser := helper.GetEnv("POSTGRES_USER", "api_nutzer")
|
||||
|
||||
Reference in New Issue
Block a user