mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ToxiテーブルのEntityにタイトルのキャッシュを追加
This commit is contained in:
parent
5f0e88d804
commit
a2a3d2ab54
|
@ -20,4 +20,7 @@ public class ToxiDocumentEntity {
|
|||
|
||||
@ColumnInfo(name = "is_active")
|
||||
public boolean isActive;
|
||||
|
||||
@ColumnInfo(name = "title_cache")
|
||||
public String titleCache;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user