Bump score version to 4 to account for circleguard fix

This commit is contained in:
nise.moe 2024-02-16 07:12:48 +01:00
parent 9b87291e3e
commit d1748162e1
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ class FixOldScores(
@Value("\${OLD_SCORES_PAGE_SIZE:5000}")
private var pageSize: Int = 5000
val CURRENT_VERSION = 3
val CURRENT_VERSION = 4
private val logger = LoggerFactory.getLogger(javaClass)

View File

@ -64,7 +64,7 @@ class ImportScores(
}
}
val CURRENT_VERSION = 3
val CURRENT_VERSION = 4
@Value("\${WEBHOOK_URL}")
private lateinit var webhookUrl: String