diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-04-16 11:28:10 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-04-16 11:28:15 +0800 |
commit | 80cd90cac4156d88b1765f13c3791362d490d903 (patch) | |
tree | 91943da608154aa74777b5d9b4c5269965d0edcb /docker | |
parent | 6c88e730ec762edfcb029043c735185134e18e2d (diff) |
rm python manage.py --fake from project
Change-Id: Id8ac56fb5408a2bfa9fa54ec0f9ec9f45bf6fcfe
Issue-ID: VFC-1359
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/instance_init.sh | 2 |
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 } |