MM-62782: Bumping minimum Postgres version to 13 (#30039)

As discussed in https://docs.mattermost.com/install/prepare-mattermost-database.html#minimum-supported-version-policy

https://mattermost.atlassian.net/browse/MM-62782

```release-note
Minimum postgres version has been bumped to 13.
```

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Agniva De Sarker
2025-01-31 09:57:35 +05:30
коммит произвёл GitHub
родитель dde07f6a3c
Коммит 341f919fa8
5 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@@ -54,7 +54,7 @@ const (
// After 10, it's major and minor only.
// 10.1 would be 100001.
// 9.6.3 would be 90603.
minimumRequiredPostgresVersion = 110000
minimumRequiredPostgresVersion = 130000
// major*1000 + minor*100 + patch
minimumRequiredMySQLVersion = 8000