summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-23 09:47:38 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-23 09:47:38 -0500
commit490e64352536336548ecbaea5f1ba1c0209fe2f7 (patch)
tree61141e22591cd6c928b8276877a9c1d50d8d814e /i18n
parent3f3718a007fb824bbb50199813fdaa83ad17c7eb (diff)
parent28ab0d835878bf1ad72dbae914ca112acfbe490d (diff)
downloadchat-490e64352536336548ecbaea5f1ba1c0209fe2f7.tar.gz
chat-490e64352536336548ecbaea5f1ba1c0209fe2f7.tar.bz2
chat-490e64352536336548ecbaea5f1ba1c0209fe2f7.zip
Merge pull request #2217 from mattermost/fix-droid
Fixing device id column for droid
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index b904cd822..759e3ff9a 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2360,6 +2360,10 @@
"translation": "Failed to create index %v"
},
{
+ "id": "store.sql.remove_index.critical",
+ "translation": "Failed to remove index %v"
+ },
+ {
"id": "store.sql.create_index_missing_driver.critical",
"translation": "Failed to create index because of missing driver"
},
@@ -2404,6 +2408,14 @@
"translation": "Failed to rename column %v"
},
{
+ "id": "store.sql.alter_column_type.critical",
+ "translation": "Failed to alter column type %v"
+ },
+ {
+ "id": "store.sql.maxlength_column.critical",
+ "translation": "Failed to get max length of column %v"
+ },
+ {
"id": "store.sql.schema_out_of_date.warn",
"translation": "The database schema version of %v appears to be out of date"
},