Perform automatic database migration
This commit is contained in:
4
admin/start.sh
Executable file
4
admin/start.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
python manage.py db upgrade
|
||||
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - freeposte:app
|
||||
Reference in New Issue
Block a user