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

Co-authored-by: Claire <[email protected]>
This commit is contained in:
ThibG
2020-12-18 09:46:59 +01:00
committed by GitHub
co-authored by Claire
parent 47c6c54d31
commit 75944a2f2d
+1 -1
View File
@@ -14,7 +14,7 @@ module Mastodon
end
MIN_SUPPORTED_VERSION = 2019_10_01_213028
MAX_SUPPORTED_VERSION = 2020_12_06_004238
MAX_SUPPORTED_VERSION = 2020_12_18_054746
# Stubs to enjoy ActiveRecord queries while not depending on a particular
# version of the code/database