1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-05-05 22:56:23 +00:00

Set repo_type when convert repo ()

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks 2024-06-20 18:39:14 +08:00 committed by GitHub
parent cd9bae2002
commit 06851a12c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,6 +66,7 @@ convert_repo (SeafRepo *r)
"repo_id", r->id, "repo_name", r->name,
"repo_desc", r->desc, "last_modified", r->last_modify,
"status", r->status,
"repo_type", r->type,
NULL);
#ifdef SEAFILE_SERVER