Bump up the minimum required MySQL version (#25465)

MySQL 5.7 is at end of life.

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

```release-note
We bump up minimum MySQL version to be 8.0.0
```


Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
Этот коммит содержится в:
Agniva De Sarker
2024-01-11 22:18:20 +05:30
коммит произвёл GitHub
родитель 4ab6b98c63
Коммит 04cf1ed114
14 изменённых файлов: 37 добавлений и 22 удалений

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

@@ -828,7 +828,7 @@ test-migration:
@sed -i'' -e 's|{{ .source_schema }}|${MYSQL_SCHEMA}|g' tests/temp.load
# run pgloader and save the logs
pgloader tests/temp.load > migration.log
pgloader --debug tests/temp.load > migration.log
$(GO) install github.com/mattermost/dbcmp/cmd/dbcmp@latest
# compare two database contents