Commit 8719847c authored by daidekun's avatar daidekun

增加 cash_load_flow 基础表

parent 78e16cec
...@@ -68,6 +68,10 @@ elif [[ $database_name = 'qinqiong' ]]; then ...@@ -68,6 +68,10 @@ elif [[ $database_name = 'qinqiong' ]]; then
# qinqiong # qinqiong
sys_table_list='secure_key secure_proxy' sys_table_list='secure_key secure_proxy'
port='3310' port='3310'
elif [[ $database_name = 'cash_loan_flow' ]]; then
# qinqiong
sys_table_list='order_callback callback_configuration channel_configuration'
port='3310'
elif [[ $database_name = 'quartz' ]]; then elif [[ $database_name = 'quartz' ]]; then
# 定时任务 # 定时任务
sys_table_list='certain_time_job' sys_table_list='certain_time_job'
......
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