Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
78e16cec
Commit
78e16cec
authored
Jun 01, 2017
by
daidekun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改基础表
parent
c879c446
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
db_gen_config.sh
db-utils/db_gen_config.sh
+3
-3
No files found.
db-utils/db_gen_config.sh
View file @
78e16cec
...
...
@@ -54,11 +54,11 @@ elif [[ $database_name = 'payment_center' ]]; then
port
=
'3308'
elif
[[
$database_name
=
'risk_control'
]]
;
then
# 谛听database
sys_table_list
=
'company product_strategy_dispatcher quantify_product red_packet_info
socketio_init_parameters
user'
sys_table_list
=
'company product_strategy_dispatcher quantify_product red_packet_info user'
port
=
'3309'
elif
[[
$database_name
=
'dujiangyan'
]]
;
then
# dujiangyan
sys_table_list
=
'
baitiao_secure_key
external_coopr'
sys_table_list
=
'external_coopr'
port
=
'3310'
elif
[[
$database_name
=
'mall'
]]
;
then
# 白条商城
...
...
@@ -82,7 +82,7 @@ elif [[ $database_name = 'financial_system' ]]; then
port
=
'3311'
elif
[[
$database_name
=
'gyxd'
]]
;
then
# 广源小贷系统
sys_table_list
=
'
collection_user sys_dictionary sys_status_edge sys_status_transfer_data_record sys_status_transfer_record sys_status_vertice
'
sys_table_list
=
'
administrative_districts templet
'
port
=
'3311'
elif
[[
$database_name
=
'offline'
]]
;
then
# 线下白条
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment