Delay of 20 seconds before migration

This commit is contained in:
2026-03-18 01:21:54 +01:00
parent b82ff1bce3
commit 7afab94810

View File

@@ -1,6 +1,9 @@
#!/bin/bash
# Run the three SQL files using sqlcmd
# -S: Server, -U: User, -P: Password (passed via ENV)
sleep 20
echo "Applying SQL files..."
for migration in $(ls . | grep -E '\.sql$')