added migrations back + removed distracting log message

This commit is contained in:
2026-01-17 22:53:35 +01:00
parent cfd77ae28d
commit 502955d32f
2 changed files with 6 additions and 2 deletions

View File

@@ -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")