Added database migration tool for fix
This commit is contained in:
3
docker/django_session_fix.sh
Executable file
3
docker/django_session_fix.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
echo "Migrating database to fix issue..."
|
||||
docker exec -it /bin/bash seatstock-django "/home/app/webapp/seatstock_django/manage.py migrate"
|
Reference in New Issue
Block a user