1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-06 09:50:20 +00:00

Fix problems in sqlite upgrade.

This commit is contained in:
cuihaikuo
2017-09-18 16:00:33 +08:00
parent c130c9fceb
commit 6978d2cb2e
3 changed files with 1 additions and 0 deletions

View File

@@ -241,6 +241,7 @@ class CcnetSQLiteDB(object):
'GroupMgr/groupmgr.db',
'misc/config.db',
'OrgMgr/orgmgr.db',
'PeerMgr/usermgr.db',
)
for db in dbs:
if os.path.splitext(os.path.basename(db))[0] == dbname: