Tags, DefaultBranch削除 WIP

This commit is contained in:
ろむねこ 2024-01-25 15:44:39 +09:00
parent 6e50239c9e
commit 0cdd4b1af1
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -34,12 +34,6 @@ public class DocumentEntity {
@ColumnInfo(name = "author") @ColumnInfo(name = "author")
public String author; // 作成者 public String author; // 作成者
@ColumnInfo(name = "default_branch")
public String defaultBranch; // デフォルトブランチ
@ColumnInfo(name = "tag_ids")
public List<String> tagIds; // タグ
@ColumnInfo(name = "parent_id") @ColumnInfo(name = "parent_id")
public String parentId; // 親フォルダID public String parentId; // 親フォルダID
} }