This commit is contained in:
ろむねこ 2023-12-14 10:56:21 +09:00
parent d28f03573d
commit 489ed3c4f8
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -34,6 +34,6 @@ public class DocumentEntity {
@ColumnInfo(name = "default_branch")
public String defaultBranch; // デフォルトブランチ
@ColumnInfo(name = "tag_ids
@ColumnInfo(name = "tag_ids")
public ArrayList<String> tagIds; // タグ
}