From 96b0fb168ff4c83477a9247db430610e8b1e10b0 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 4 Feb 2016 11:29:21 -0500 Subject: [PATCH] Updating makefile migration generator --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: