Bump max supported schema version in maintenance script (#15349)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
ThibG 2020-12-15 12:57:24 +01:00 committed by GitHub
parent 1f564051b6
commit 8485c436d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ module Mastodon
end
MIN_SUPPORTED_VERSION = 2019_10_01_213028
MAX_SUPPORTED_VERSION = 2020_10_17_234926
MAX_SUPPORTED_VERSION = 2020_12_06_004238
# Stubs to enjoy ActiveRecord queries while not depending on a particular
# version of the code/database