mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-11 01:17:02 +00:00
remove-ch-characters
This commit is contained in:
parent
5b63ef83f0
commit
27c5d0294f
@ -344,7 +344,7 @@ class SeafileDB:
|
||||
DELETE FROM `{self.db_name}`.`RepoTrash`
|
||||
WHERE repo_id IN ({placeholders})
|
||||
"""
|
||||
cursor.execute(del_trash_sql, repo_ids) # 移除多余的列表包裹
|
||||
cursor.execute(del_trash_sql, repo_ids)
|
||||
|
||||
sql_list_repo_id = f"""
|
||||
SELECT
|
||||
|
Loading…
Reference in New Issue
Block a user