Delay of 20 seconds before migration
This commit is contained in:
@@ -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$')
|
||||
|
||||
Reference in New Issue
Block a user