rm python manage.py --fake from project 04/85404/1
authoryangyan <yangyanyj@chinamobile.com>
Tue, 16 Apr 2019 03:28:10 +0000 (11:28 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Tue, 16 Apr 2019 03:28:15 +0000 (11:28 +0800)
Change-Id: Id8ac56fb5408a2bfa9fa54ec0f9ec9f45bf6fcfe
Issue-ID: VFC-1359
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/instance_init.sh

index 3fb9a8e..0bee69a 100755 (executable)
@@ -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
 }