aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-04-16 11:28:10 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-04-16 11:28:15 +0800
commit80cd90cac4156d88b1765f13c3791362d490d903 (patch)
tree91943da608154aa74777b5d9b4c5269965d0edcb
parent6c88e730ec762edfcb029043c735185134e18e2d (diff)
rm python manage.py --fake from project
Change-Id: Id8ac56fb5408a2bfa9fa54ec0f9ec9f45bf6fcfe Issue-ID: VFC-1359 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-xdocker/instance_init.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/instance_init.sh b/docker/instance_init.sh
index 3fb9a8e0..0bee69af 100755
--- a/docker/instance_init.sh
+++ b/docker/instance_init.sh
@@ -20,7 +20,7 @@ function create_database {
function migrate_database {
cd /service/vfc/nfvo/catalog
python manage.py makemigrations database
- python manage.py migrate --fake
+# python manage.py migrate --fake
python manage.py migrate
}