mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-05-05 22:56:23 +00:00
Set repo_type when convert repo (#661)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
parent
cd9bae2002
commit
06851a12c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user