File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ jobs:
151151 run : |
152152 echo "Running checks..."
153153 ./ietf/manage.py check
154- ./ietf/manage.py migrate
154+ ./ietf/manage.py migrate --fake-initial
155155 echo "Validating migrations..."
156156 if ! ( ietf/manage.py makemigrations --dry-run --check --verbosity 3 ) ; then
157157 echo "Model changes without migrations found."
Original file line number Diff line number Diff line change 4545 run : |
4646 echo "Running checks..."
4747 ./ietf/manage.py check
48- ./ietf/manage.py migrate
48+ ./ietf/manage.py migrate --fake-initial
4949 echo "Validating migrations..."
5050 if ! ( ietf/manage.py makemigrations --dry-run --check --verbosity 3 ) ; then
5151 echo "Model changes without migrations found."
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ echo "Running Datatracker checks..."
2727# Migrate, adjusting to what the current state of the underlying database might be:
2828
2929echo " Running Datatracker migrations..."
30- /usr/local/bin/python ./ietf/manage.py migrate --settings=settings_local
30+ /usr/local/bin/python ./ietf/manage.py migrate --fake-initial -- settings=settings_local
3131
3232echo " Starting Datatracker..."
3333./ietf/manage.py runserver 0.0.0.0:8000 --settings=settings_local
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ chmod +x ./docker/scripts/app-create-dirs.sh
1414./docker/scripts/app-create-dirs.sh
1515
1616./ietf/manage.py check
17- ./ietf/manage.py migrate
17+ ./ietf/manage.py migrate --fake-initial
1818
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ echo "Running initial checks..."
103103
104104# Migrate, adjusting to what the current state of the underlying database might be:
105105
106- /usr/local/bin/python $WORKSPACEDIR /ietf/manage.py migrate --settings=settings_local
106+ /usr/local/bin/python $WORKSPACEDIR /ietf/manage.py migrate --fake-initial -- settings=settings_local
107107
108108
109109echo " -----------------------------------------------------------------"
You can’t perform that action at this time.
0 commit comments