about summary refs log tree commit diff
path: root/lib/mastodon
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2020-12-18 09:46:59 +0100
committerGitHub <noreply@github.com>2020-12-18 09:46:59 +0100
commit75944a2f2dc83d1b12fa7cbddb18f673513fbb45 (patch)
treebb8e4f1a43a75c670c218fcfe1545c529f0ab6b7 /lib/mastodon
parent47c6c54d31fe43cdda2fab55d39ad5f99c0538be (diff)
Bump max supported schema version in maintenance script (#15359)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'lib/mastodon')
-rw-r--r--lib/mastodon/maintenance_cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/maintenance_cli.rb b/lib/mastodon/maintenance_cli.rb
index ffad3f6a2..822051ceb 100644
--- a/lib/mastodon/maintenance_cli.rb
+++ b/lib/mastodon/maintenance_cli.rb
@@ -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