summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJonathan <jonfritz@gmail.com>2017-08-04 12:44:44 -0400
committerGitHub <noreply@github.com>2017-08-04 12:44:44 -0400
commit28726460d76d942f4d9995e417168c687310034f (patch)
treee0cd4e07dd6a7b2d5f92a568a1356bb70bdf82b2 /i18n
parenta5f1a77fa539763635a669162f81dfbb70ccee5b (diff)
downloadchat-28726460d76d942f4d9995e417168c687310034f.tar.gz
chat-28726460d76d942f4d9995e417168c687310034f.tar.bz2
chat-28726460d76d942f4d9995e417168c687310034f.zip
PLT-7223: Update "Database schema cannot be upgraded" error message to indicate expected version (#7079)
* PLT-7223: Updated error message to include relevant schema versions * PLT-7223: Removed unit test. It poisons database state, and there's no recovery mechanism, because the code under test causes an ungraceful exit, so we can't fix the database in a defer statement. This causes the next test execution or server start to fail. * PLT-7223: Incorporated @crspeller's suggestions into error message string
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.json b/i18n/en.json
index abbf73699..cdb25fbae 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5261,7 +5261,7 @@
},
{
"id": "store.sql.schema_version.critical",
- "translation": "The database schema version of %v cannot be upgraded. You must not skip a version."
+ "translation": "Database schema version %v is no longer supported. This Mattermost server supports automatic upgrades from schema version %v through schema version %v. Downgrades are not supported. Please manually upgrade to at least version %v before continuing"
},
{
"id": "store.sql.short_ciphertext",