mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-04-14 12:10:48 +00:00
ビルドエラー回避のために一旦rootPathを戻した
This commit is contained in:
parent
162f0a7bdb
commit
92f9cfe4aa
@ -21,4 +21,7 @@ public class LibraryEntity {
|
||||
@ColumnInfo(name = "path")
|
||||
public String path; // パス
|
||||
|
||||
@ColumnInfo(name = "root_path")
|
||||
public String rootPath; // ルートパス
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user