mirror of
https://gitlab.crans.org/bde/nk20-scripts
synced 2024-12-25 00:42:23 +00:00
Don't rebuild systematically migrations
This commit is contained in:
parent
7246f4d18a
commit
7479671b3f
@ -3,7 +3,5 @@ sudo service postgresql stop
|
||||
sudo service postgresql start
|
||||
sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'";
|
||||
echo 'reset db';
|
||||
find apps/ -path "*/migrations/*.py*" -not -name "__init__.py" -delete
|
||||
./manage.py makemigrations
|
||||
./manage.py migrate
|
||||
./manage.py loaddata initial
|
||||
|
Loading…
Reference in New Issue
Block a user