Added is_mock to LocationEntity.
This commit is contained in:
parent
3b30dd585f
commit
8eeb20e1ad
|
|
@ -41,4 +41,7 @@ public class LocationEntity {
|
|||
|
||||
@ColumnInfo(name = "unix_time")
|
||||
public long unixTime;
|
||||
|
||||
@ColumnInfo(name = "is_mock")
|
||||
public boolean isMock;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue