summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Jones <mat@matburt.net>2016-02-04 17:29:21 +0100
committerMatthew Jones <mat@matburt.net>2016-02-04 21:52:23 +0100
commit96b0fb168ff4c83477a9247db430610e8b1e10b0 (patch)
treef8bc76e3f2179fe73d44d65e1f1dd92fe6459969 /Makefile
parentChanges to celery tasks to support success signals (diff)
downloadawx-96b0fb168ff4c83477a9247db430610e8b1e10b0.tar.xz
awx-96b0fb168ff4c83477a9247db430610e8b1e10b0.zip
Updating makefile migration generator
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c5735982b9..18e2d951f8 100644
--- a/Makefile
+++ b/Makefile
@@ -286,7 +286,7 @@ migrate:
# Run after making changes to the models to create a new migration.
dbchange:
- $(PYTHON) manage.py schemamigration main v14_changes --auto
+ $(PYTHON) manage.py makemigrations
# access database shell, asks for password
dbshell: