Fix date in onetime_migration (#7980)

Fixes #7979
reviewable/pr7981/r1
zwim 3 years ago committed by GitHub
parent 7eea2ae7cd
commit 9d2c6b07aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -263,9 +263,9 @@ if last_migration_date < 20210531 then
end
end
-- 202100629, Moves Duration Format to Date Time settings for other plugins to use, https://github.com/koreader/koreader/pull/7897
if last_migration_date < 202100629 then
logger.info("Performing one-time migration for 202100629")
-- 20210629, Moves Duration Format to Date Time settings for other plugins to use, https://github.com/koreader/koreader/pull/7897
if last_migration_date < 20210629 then
logger.info("Performing one-time migration for 20210629")
local footer = G_reader_settings:child("footer")
if footer and footer:has("duration_format") then

Loading…
Cancel
Save