This is needed to implement non-transactional migrations

https://mattermost.atlassian.net/browse/MM-52325
```release-note
NONE
```

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Agniva De Sarker
2023-05-24 15:53:04 +05:30
коммит произвёл GitHub
родитель c4cea950f7
Коммит 88d1743191
8 изменённых файлов: 36 добавлений и 57 удалений

2
.github/workflows/server-ci-template.yml поставляемый
Просмотреть файл

@@ -224,7 +224,7 @@ jobs:
needs: check-mattermost-vet
uses: ./.github/workflows/server-test-template.yml
with:
datasource: mmuser:mostest@tcp(mysql:3306)/mattermost_test?charset=utf8mb4,utf8&multiStatements=true
datasource: mmuser:mostest@tcp(mysql:3306)/mattermost_test?charset=utf8mb4,utf8&multiStatements=true&maxAllowedPacket=4194304
drivername: mysql
build-mattermost-server:
name: Build mattermost-server