mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
parent
db1af55c6c
commit
00c2d17fcb
20 changed files with 775 additions and 740 deletions
|
@ -73,7 +73,7 @@ func Check(runtime *env.Runtime) bool {
|
|||
// Check minimum MySQL version as we need JSON column type.
|
||||
verInts := []int{5, 7, 10} // Minimum MySQL version
|
||||
if runtime.DbVariant == env.DBVariantMariaDB {
|
||||
verInts = []int{10, 2, 0} // Minimum MariaDB version
|
||||
verInts = []int{10, 3, 0} // Minimum MariaDB version
|
||||
}
|
||||
|
||||
for k, v := range verInts {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue