适配微信4.0.3正式版,修复合并数据库的一些问题

This commit is contained in:
SiYuan
2025-04-02 12:35:17 +08:00
parent f09a00d4ec
commit 5689de2ca6
26 changed files with 355 additions and 108 deletions

View File

@@ -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):