refs #5541 Fixes, refactor, RC
This commit is contained in:
parent
e20c570029
commit
5f754df2ce
|
@ -1,39 +0,0 @@
|
|||
debug: true
|
||||
testMode: false
|
||||
srcDb:
|
||||
host: localhost
|
||||
port: 3306
|
||||
user: root
|
||||
password: root
|
||||
database: vn
|
||||
dstDb:
|
||||
host: localhost
|
||||
port: 3306
|
||||
user: root
|
||||
password: root
|
||||
database: vn
|
||||
logs:
|
||||
ticket:
|
||||
logTable: clientLog
|
||||
mainTable: ticket
|
||||
tables:
|
||||
- sale
|
||||
- ticketTracking
|
||||
client:
|
||||
logTable: clientLog
|
||||
mainTable: client
|
||||
tables:
|
||||
- client
|
||||
- address
|
||||
item:
|
||||
logTable: itemLog
|
||||
mainTable: item
|
||||
tables:
|
||||
- name: item
|
||||
exclude:
|
||||
- image
|
||||
- supplyResponseFk
|
||||
- itemTag
|
||||
route:
|
||||
logTable: routeLog
|
||||
mainTable: route
|
Loading…
Reference in New Issue