mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
Tags, DefaultBranch削除 WIP
This commit is contained in:
parent
6e50239c9e
commit
0cdd4b1af1
|
@ -34,12 +34,6 @@ public class DocumentEntity {
|
|||
@ColumnInfo(name = "author")
|
||||
public String author; // 作成者
|
||||
|
||||
@ColumnInfo(name = "default_branch")
|
||||
public String defaultBranch; // デフォルトブランチ
|
||||
|
||||
@ColumnInfo(name = "tag_ids")
|
||||
public List<String> tagIds; // タグ
|
||||
|
||||
@ColumnInfo(name = "parent_id")
|
||||
public String parentId; // 親フォルダID
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user