summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorJesse Hallam <jesse.hallam@gmail.com>2018-09-17 16:25:19 -0400
committerChristopher Speller <crspeller@gmail.com>2018-09-17 13:25:19 -0700
commit6c826e765f2ea38a68628f548c6de068019e3281 (patch)
treebc57008392c23705eb4773e3f7a3320dcba9f734 /i18n
parent6c2a5555b85bd15106df5f4f631bb6e945a187b8 (diff)
downloadchat-6c826e765f2ea38a68628f548c6de068019e3281.tar.gz
chat-6c826e765f2ea38a68628f548c6de068019e3281.tar.bz2
chat-6c826e765f2ea38a68628f548c6de068019e3281.zip
materialize PublicChannels without triggers (#9424)
Creating triggers requires SUPERUSER privileges, and is especially painful on RDS. Pivot to maintaining this denormalized table in code.
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 1f25c6b05..788469167 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4915,10 +4915,34 @@
"translation": "Unable to delete the channel"
},
{
+ "id": "store.sql_channel.permanent_delete.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
+ "id": "store.sql_channel.permanent_delete.delete_public_channel.app_error",
+ "translation": "Unable to delete materialized public channel"
+ },
+ {
+ "id": "store.sql_channel.permanent_delete.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.permanent_delete_by_team.app_error",
"translation": "Unable to delete the channels"
},
{
+ "id": "store.sql_channel.permanent_delete_by_team.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
+ "id": "store.sql_channel.permanent_delete_by_team.delete_public_channels.app_error",
+ "translation": "Unable to delete materialized public channels"
+ },
+ {
+ "id": "store.sql_channel.permanent_delete_by_team.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.permanent_delete_members_by_user.app_error",
"translation": "Unable to remove the channel member"
},
@@ -4935,10 +4959,26 @@
"translation": "We could not reset the channel schemes"
},
{
+ "id": "store.sql_channel.reset_all_channel_schemes.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
+ "id": "store.sql_channel.reset_all_channel_schemes.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.reset_last_post_at.app_error",
"translation": "We could not reset the channel last post at date"
},
{
+ "id": "store.sql_channel.reset_last_post_at.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
+ "id": "store.sql_channel.reset_last_post_at.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.save.archived_channel.app_error",
"translation": "You can not modify an archived channel"
},
@@ -4955,6 +4995,10 @@
"translation": "Unable to open transaction"
},
{
+ "id": "store.sql_channel.save.upsert_public_channel.app_error",
+ "translation": "Unable to upsert materialized public channel"
+ },
+ {
"id": "store.sql_channel.save_channel.current_count.app_error",
"translation": "Failed to get current channel count"
},
@@ -5015,6 +5059,18 @@
"translation": "We encountered an error searching channels"
},
{
+ "id": "store.sql_channel.set_delete_at.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
+ "id": "store.sql_channel.set_delete_at.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
+ "id": "store.sql_channel.set_delete_at.update_public_channel.app_error",
+ "translation": "Unable to update the materialized public channel"
+ },
+ {
"id": "store.sql_channel.update.app_error",
"translation": "Unable to update the channel"
},
@@ -5023,10 +5079,18 @@
"translation": "You can not modify an archived channel"
},
{
+ "id": "store.sql_channel.update.commit_transaction.app_error",
+ "translation": "Unable to commit transaction"
+ },
+ {
"id": "store.sql_channel.update.exists.app_error",
"translation": "A channel with that handle already exists"
},
{
+ "id": "store.sql_channel.update.open_transaction.app_error",
+ "translation": "Unable to open transaction"
+ },
+ {
"id": "store.sql_channel.update.previously.app_error",
"translation": "A channel with that handle was previously created"
},
@@ -5035,6 +5099,10 @@
"translation": "We encountered an error updating the channel"
},
{
+ "id": "store.sql_channel.update.upsert_public_channel.app_error",
+ "translation": "Unable to upsert materialized public channel"
+ },
+ {
"id": "store.sql_channel.update_last_viewed_at.app_error",
"translation": "Unable to update the last viewed at time"
},