Skip to content

Commit 4292405

Browse files
committed
Debug DB migration error 4
1 parent 25520fc commit 4292405

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
- name: Apply Django Migrations
4747
run: |
4848
cd backend
49-
python manage.py migrate
49+
50+
# python manage.py migrate
5051

5152
# Deploy:
5253
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)