4 lines
151 B
Bash
Executable File
4 lines
151 B
Bash
Executable File
#!/bin/bash
|
|
echo "Migrating database to fix issue..."
|
|
docker exec -it seatstock-django /bin/bash "/home/app/webapp/seatstock_django/manage.py migrate"
|