ビルドエラー回避のために一旦rootPathを戻した

This commit is contained in:
r-ca 2024-01-14 14:56:30 +09:00
parent 162f0a7bdb
commit 92f9cfe4aa
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -21,4 +21,7 @@ public class LibraryEntity {
@ColumnInfo(name = "path")
public String path; // パス
@ColumnInfo(name = "root_path")
public String rootPath; // ルートパス
}