Maintenance: Sync the database preflight check versions with what is actually required.
This commit is contained in:
parent
25e12c7f5b
commit
76f613d9ea
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ module Zammad
|
|||
end
|
||||
|
||||
def self.min_version
|
||||
@min_version ||= '9.1'
|
||||
@min_version ||= '9.3'
|
||||
end
|
||||
|
||||
def self.vendor
|
||||
|
|
Loading…
Reference in a new issue