jumpserver/utils/make_migrations.sh

9 lines
141 B
Bash
Raw Normal View History

2016-11-25 14:45:47 +00:00
#!/bin/bash
#
2018-03-16 02:43:21 +00:00
python3 ../apps/manage.py makemigrations
2016-11-25 14:45:47 +00:00
2018-03-16 02:43:21 +00:00
python3 ../apps/manage.py migrate
2018-07-12 08:47:35 +00:00
python3 ../apps/manage.py makemigrations --merge