MM-52679: Bump up minimum postgres version to 11 (#23315)
https://mattermost.atlassian.net/browse/MM-52679 ```release-note NONE ``` --------- Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
77a24f96d6
Коммит
a3e4ea2e7a
@@ -56,7 +56,7 @@ const (
|
||||
// After 10, it's major and minor only.
|
||||
// 10.1 would be 100001.
|
||||
// 9.6.3 would be 90603.
|
||||
minimumRequiredPostgresVersion = 100000
|
||||
minimumRequiredPostgresVersion = 110000
|
||||
// major*1000 + minor*100 + patch
|
||||
minimumRequiredMySQLVersion = 5712
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user