commit
0a9991de96
3 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
umask 002
|
||||
|
||||
# wait shortly and then run db migrations (retry on error)
|
||||
while ! ./manage.py migrate 2>&1; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue