Skip to content

Commit

Permalink
qf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Luthe authored and Simon Luthe committed Aug 3, 2024
1 parent 021986a commit ae4bf7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions run-migrations.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#!/bin/bash

echo "Starte Migrations-Skript"
echo "Datenbankconfig:"
echo "Host: $DB_HOST"
echo "User: $DB_USER"
echo "Database: $DB_NAME"

max_retries=30
counter=0

Expand Down

0 comments on commit ae4bf7d

Please sign in to comment.