Maintenance: Sync the database preflight check versions with what is actually required.

This commit is contained in:
Martin Gruner 2021-07-15 13:52:12 +02:00
parent 25e12c7f5b
commit 76f613d9ea
2 changed files with 3 additions and 3 deletions

View file

@ -66,9 +66,9 @@ module Zammad
def self.min_version
case vendor
when 'MySQL'
'5.6'
'5.7'
when 'MariaDB'
'10.0'
'10.3'
end
end

View file

@ -58,7 +58,7 @@ module Zammad
end
def self.min_version
@min_version ||= '9.1'
@min_version ||= '9.3'
end
def self.vendor