DBにパブリックパスを追加

This commit is contained in:
r-ca 2024-01-13 15:43:38 +09:00
parent c614230744
commit da1dba5fda
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -40,4 +40,7 @@ public class DocumentEntity {
@ColumnInfo(name = "tag_ids")
public List<String> tagIds; // タグ
@ColumnInfo(name = "public_path")
public String publicPath; // 公開パス
}