Commit 5dbcd933 authored by 智勇's avatar 智勇
parents 31ea55d1 692ae30d
...@@ -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