We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec90e14 commit f29c598Copy full SHA for f29c598
entrypoint.sh
@@ -1,4 +1,7 @@
1
#!/bin/sh
2
+# FIXED ERROR migrations ManyToMany fields
3
+python manage.py migrate --fake Mailer 0002_workingtimedaysofweek_alter_workingtime_days_of_week
4
+python manage.py migrate --fake Mailer 0003_alter_workingtimedaysofweek_day_of_week_and_more
5
6
python manage.py migrate
7
0 commit comments