Set proper defaults for new table columns

This commit is contained in:
arkon
2023-07-10 16:44:48 -04:00
parent a577f5534f
commit 9a817e49be
4 changed files with 6 additions and 7 deletions

View File

@@ -112,7 +112,7 @@ data class Manga(
updateStrategy = UpdateStrategy.ALWAYS_UPDATE,
initialized = false,
lastModifiedAt = 0L,
favoriteModifiedAt = 0L,
favoriteModifiedAt = null,
)
}
}