Delay of 20 seconds before migration
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Run the three SQL files using sqlcmd
|
# Run the three SQL files using sqlcmd
|
||||||
# -S: Server, -U: User, -P: Password (passed via ENV)
|
# -S: Server, -U: User, -P: Password (passed via ENV)
|
||||||
|
sleep 20
|
||||||
|
|
||||||
|
|
||||||
echo "Applying SQL files..."
|
echo "Applying SQL files..."
|
||||||
|
|
||||||
for migration in $(ls . | grep -E '\.sql$')
|
for migration in $(ls . | grep -E '\.sql$')
|
||||||
|
|||||||
Reference in New Issue
Block a user