]> cat aescling's git repositories - mastodon.git/commitdiff
Bump max supported schema version in maintenance script (#15349)
authorThibG <thib@sitedethib.com>
Tue, 15 Dec 2020 11:57:24 +0000 (12:57 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 11:57:24 +0000 (12:57 +0100)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
lib/mastodon/maintenance_cli.rb

index 99d13f43da4b45c143b4e7a44909f009267476db..ffad3f6a284f0a89601ba2847652002110e9245f 100644 (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