summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-04-16 21:23:20 -0400
committerChristopher Speller <crspeller@gmail.com>2018-04-16 18:23:20 -0700
commit3a4c7603b3ce35ab247b4dddaf7a2506375ba2c9 (patch)
treeb60b9b7dd321ba741946f4bd57556895c211c3ed /i18n
parentba6f9075c1fcc3fbfa5ba94e97df6a4dd9e70b50 (diff)
downloadchat-3a4c7603b3ce35ab247b4dddaf7a2506375ba2c9.tar.gz
chat-3a4c7603b3ce35ab247b4dddaf7a2506375ba2c9.tar.bz2
chat-3a4c7603b3ce35ab247b4dddaf7a2506375ba2c9.zip
MM-10020: avoid duplicating unique indexes (#8587)
* unit test TestGet(Search)Replica This adds partial, testing-focused support for SQLite, as well as removing some translated log messages that required initializing i18n just for testing. * avoid returning master twice when no replicas are configured * remove duplicate indexes * unit test GetAllConns
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/i18n/en.json b/i18n/en.json
index c7276b6cc..e66b88a82 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -5803,10 +5803,6 @@
"translation": "Failed to create column because of missing driver"
},
{
- "id": "store.sql.create_index.critical",
- "translation": "Failed to create index %v"
- },
- {
"id": "store.sql.create_index_missing_driver.critical",
"translation": "Failed to create index because of missing driver"
},
@@ -5831,10 +5827,6 @@
"translation": "Failed to get max length of column %v"
},
{
- "id": "store.sql.open_conn.critical",
- "translation": "Failed to open SQL connection to err:%v"
- },
- {
"id": "store.sql.open_conn.panic",
"translation": "Failed to open SQL connection %v"
},
@@ -5855,10 +5847,6 @@
"translation": "The database schema version of %v appears to be out of date"
},
{
- "id": "store.sql.schema_set.info",
- "translation": "The database schema has been set to version %v"
- },
- {
"id": "store.sql.schema_upgrade_attempt.warn",
"translation": "Attempting to upgrade the database schema version to %v"
},
@@ -6591,10 +6579,6 @@
"translation": "We encountered an error while deleting preferences"
},
{
- "id": "store.sql_preference.delete_unused_features.debug",
- "translation": "Deleting any unused pre-release features"
- },
- {
"id": "store.sql_preference.get.app_error",
"translation": "We encountered an error while finding preferences"
},