适配微信4.0.3正式版,修复合并数据库的一些问题
This commit is contained in:
@@ -277,7 +277,7 @@ class Msg(DataBaseBase):
|
||||
"""
|
||||
increase_data(db_path, cursor, db, 'Name2Id', 'UsrName')
|
||||
increase_update_data(db_path, cursor, db, 'DBInfo', 'tableIndex')
|
||||
increase_data(db_path, cursor, db, 'MSG', 'MsgSvrID', exclude_first_column=True)
|
||||
increase_data(db_path, cursor, db, 'MSG', 'MsgSvrID', exclude_column='localId')
|
||||
|
||||
tasks = []
|
||||
for i in range(100):
|
||||
|
||||
Reference in New Issue
Block a user