We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd3ad6 commit 5ec56ebCopy full SHA for 5ec56eb
bin/init.sh
@@ -10,6 +10,7 @@ rm -f django.db
10
11
if [[ ${DJANGO_LOAD_SAMPLE_DATA:-true} = false ]]; then
12
if [[ -d ${DJANGO_MIGRATIONS_DIR:-false} ]]; then
13
+ echo "Copying migrations from ${DJANGO_MIGRATIONS_DIR}"
14
cp ${DJANGO_MIGRATIONS_DIR}/0002_*.py ./benefits/core/migrations/
15
else
16
echo "DJANGO_MIGRATIONS_DIR is either unset or not a directory"
0 commit comments