mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
Updating makefile migration generator
This commit is contained in:
2
Makefile
2
Makefile
@@ -286,7 +286,7 @@ migrate:
|
|||||||
|
|
||||||
# Run after making changes to the models to create a new migration.
|
# Run after making changes to the models to create a new migration.
|
||||||
dbchange:
|
dbchange:
|
||||||
$(PYTHON) manage.py schemamigration main v14_changes --auto
|
$(PYTHON) manage.py makemigrations
|
||||||
|
|
||||||
# access database shell, asks for password
|
# access database shell, asks for password
|
||||||
dbshell:
|
dbshell:
|
||||||
|
|||||||
Reference in New Issue
Block a user