Added database migration tool for fix

This commit is contained in:
Allen
2023-09-24 11:43:19 -05:00
parent 9551e9a151
commit e0cc71044d

3
docker/django_session_fix.sh Executable file
View 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"