diff options
author | ThibG <thib@sitedethib.com> | 2020-12-15 12:57:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 12:57:24 +0100 |
commit | 8485c436d5d083c28df8c942fe521bfb46edfc9f (patch) | |
tree | fb97f5f5f508fdb36d1f0f9ec108b23f8b183ee3 /lib | |
parent | 1f564051b6b447e3663852c482982b3ff5a2f238 (diff) |
Bump max supported schema version in maintenance script (#15349)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mastodon/maintenance_cli.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mastodon/maintenance_cli.rb b/lib/mastodon/maintenance_cli.rb index 99d13f43d..ffad3f6a2 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_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 |