Commit e4728c74 by 岳巧源

add new sql

parent 00f7700b
Showing with 6 additions and 6 deletions
...@@ -18,10 +18,10 @@ for i in range(len(item)): ...@@ -18,10 +18,10 @@ for i in range(len(item)):
def migrate_from_lie_scm_order(): def migrate_from_lie_scm_order():
conf = { conf = {
'host': "master.db2.liexindev.me", 'host': "trading-master.ichunt.db",
'port': 3306, 'port': 3306,
'user': "liexin_purchase", 'user': "PurUxts",
'password': "liexin_purchase#zsyM", 'password': "sxmsgxt0t2025067A03AtIljs",
'db': "liexin_purchase", 'db': "liexin_purchase",
'charset': 'utf8' 'charset': 'utf8'
} }
...@@ -133,10 +133,10 @@ def migrate_from_lie_scm_order(): ...@@ -133,10 +133,10 @@ def migrate_from_lie_scm_order():
def migrate_from_stock_in_item(): def migrate_from_stock_in_item():
conf = { conf = {
'host': "master.db2.liexindev.me", 'host': "trading-master.ichunt.db",
'port': 3306, 'port': 3306,
'user': "liexin_purchase", 'user': "PurUxts",
'password': "liexin_purchase#zsyM", 'password': "sxmsgxt0t2025067A03AtIljs",
'db': "liexin_purchase", 'db': "liexin_purchase",
'charset': 'utf8' 'charset': 'utf8'
} }
......
File mode changed
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 sign in to comment