Commit 3d128112 authored by tywldx's avatar tywldx
parents ac127f94 4673bfd0
......@@ -91,9 +91,9 @@ function db_schema_sync()
sh $work_dir/db_import.sh $database $target_db_host $db_backup_sub_folders $delete_business_data
echo "--- Step 4: sync schema: $database $target_db_host ---"
sync_cmd="mss -conf ${config_file_name} -sync"
echo "${sync_cmd}"
$sync_cmd
#sync_cmd="mss -conf ${config_file_name} -sync"
echo "mss -conf ${config_file_name} -sync"
mss -conf ${config_file_name} -sync
}
function run_sql_file()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment