mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Loosen Microsoft SQL Server database compat. checks
This commit is contained in:
parent
1f462ed4f7
commit
599c53a971
1 changed files with 3 additions and 1 deletions
|
@ -354,7 +354,9 @@ func (p SQLServerProvider) VerfiyVersion(dbVersion string) (bool, string) {
|
||||||
return true, ""
|
return true, ""
|
||||||
}
|
}
|
||||||
|
|
||||||
return false, "Microsoft SQL Server 2016, 2017, 2019 or 2022 is required"
|
return true, ""
|
||||||
|
|
||||||
|
// return false, "Microsoft SQL Server 2016+ or SQL Azure is required"
|
||||||
}
|
}
|
||||||
|
|
||||||
// VerfiyCharacterCollation needs to ensure utf8.
|
// VerfiyCharacterCollation needs to ensure utf8.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue