Code Review
/
vfc
/
nfvo
/
catalog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6c88e73
)
rm python manage.py --fake from project
04/85404/1
author
yangyan
<yangyanyj@chinamobile.com>
Tue, 16 Apr 2019 03:28:10 +0000
(11:28 +0800)
committer
yangyan
<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
patch
|
blob
|
history
diff --git
a/docker/instance_init.sh
b/docker/instance_init.sh
index
3fb9a8e
..
0bee69a
100755
(executable)
--- 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
}