]> cat aescling's git repositories - mastodon.git/commitdiff
Bump max supported schema version in maintenance script (#15359)
authorThibG <thib@sitedethib.com>
Fri, 18 Dec 2020 08:46:59 +0000 (09:46 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Dec 2020 08:46:59 +0000 (09:46 +0100)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
lib/mastodon/maintenance_cli.rb

index ffad3f6a284f0a89601ba2847652002110e9245f..822051ceb879883984a270701c18d9130945bf54 100644 (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