Commit fcb25e62 authored by qa_quantgroup's avatar qa_quantgroup

支付中心加新表

parent 781b36e7
......@@ -52,7 +52,7 @@ elif [[ $database_name = 'xyqb_app' ]]; then
port='3307'
elif [[ $database_name = 'payment_center' ]]; then
# 支付中心
sys_table_list='card_switcher merchant merchant_config pay_approach_config'
sys_table_list='card_switcher merchant merchant_config pay_approach_config merchant_pay_approach_relation'
port='3308'
elif [[ $database_name = 'risk_control' ]]; then
# 谛听database
......@@ -146,4 +146,4 @@ do
echo "mysqldump -u${source_db_user} -p${source_db_pwd} -h${source_db_host} -P${port} $database_name --tables $table_name >> $file_name"
mysqldump -u${source_db_user} -p${source_db_pwd} -h${source_db_host} -P${port} $database_name --skip-lock-tables --tables $table_name --skip-add-locks >> $file_name
fi
done
\ No newline at end of file
done
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