mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
change last_fixed field in DateTakens to int
This commit is contained in:
@@ -12,4 +12,4 @@ data class DateTaken(
|
||||
@PrimaryKey(autoGenerate = true) var id: Int?,
|
||||
@ColumnInfo(name = "full_path") var fullPath: String,
|
||||
@ColumnInfo(name = "parent_path") var parentPath: String,
|
||||
@ColumnInfo(name = "last_fixed") var lastFixed: Long)
|
||||
@ColumnInfo(name = "last_fixed") var lastFixed: Int)
|
||||
|
||||
Reference in New Issue
Block a user