fix: sync the database after migrating
This commit is contained in:
parent
c35c96e16b
commit
bccfa280e1
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
python3 manage.py makemigrations
|
||||
python3 manage.py migrate
|
||||
python3 manage.py migrate --run-syncdb
|
||||
|
||||
exec "$@"
|
||||
|
|
Loading…
Reference in New Issue