* Update morph dependency to use a newer version

* remove timeout check for migrations statements

* store/sqlstore: reset timeout for mysql while creating db for migrations

* update morph to v0.2.1
Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2022-01-12 17:24:29 +03:00
коммит произвёл GitHub
родитель a55bd001b4
Коммит f829dba615
16 изменённых файлов: 750 добавлений и 100 удалений

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

@@ -8287,10 +8287,6 @@
"id": "model.config.is_valid.sql_max_conn.app_error",
"translation": "Invalid maximum open connection for SQL settings. Must be a positive number."
},
{
"id": "model.config.is_valid.sql_migrations_statement_timout.app_error",
"translation": "Invalid timeout value for migrations statements. Must be a positive number."
},
{
"id": "model.config.is_valid.sql_query_timeout.app_error",
"translation": "Invalid query timeout for SQL settings. Must be a positive number."