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

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
master
ThibG 3 years ago committed by GitHub
parent 1f564051b6
commit 8485c436d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lib/mastodon/maintenance_cli.rb

@ -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

Loading…
Cancel
Save