fix the bug of database 48/83548/1
authoryangyan <yangyanyj@chinamobile.com>
Thu, 28 Mar 2019 05:16:23 +0000 (13:16 +0800)
committeryangyan <yangyanyj@chinamobile.com>
Thu, 28 Mar 2019 05:16:30 +0000 (13:16 +0800)
Change-Id: I0263eb86928eb331bb14bb8318c6777ab0447139
Issue-ID: VFC-1319
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
docker/instance_init.sh

index 7226e16..de4175b 100755 (executable)
@@ -40,7 +40,7 @@ function create_database {
        echo $tab1
        echo "============"
         echo "TABLE NOT EXISTS, START MIGRATE"
-        python $man_path/manage.py makemigrations && python $man_path/manage.py migrate &
+        python $man_path/manage.py makemigrations database && python $man_path/manage.py migrate &
         wait
         tab2=`mysql -u${MYSQL_USER} -p${MYSQL_ROOT_PASSWORD} -P${MYSQL_PORT} -h${MYSQL_IP} -e "SELECT count(TABLE_NAME) FROM information_schema.TABLES WHERE TABLE_SCHEMA='vfcnfvolcm';"`
        tab3=`echo $tab2|awk '{print $2}'`