summary refs log tree commit diff
path: root/synapse/storage/schema
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-02-16 11:35:01 +0000
committerErik Johnston <erik@matrix.org>2018-02-16 11:35:01 +0000
commit012e8e142a4ca7d87e1ffd66cce44b23bf943e9c (patch)
tree7742bcb7216e50b8378e10efc7075f0572175b4d /synapse/storage/schema
parentFix unit test (diff)
downloadsynapse-012e8e142a4ca7d87e1ffd66cce44b23bf943e9c.tar.xz
Comments
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r--synapse/storage/schema/delta/47/push_actions_staging.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/storage/schema/delta/47/push_actions_staging.sql b/synapse/storage/schema/delta/47/push_actions_staging.sql
index ec4b1d7d42..edccf4a96f 100644
--- a/synapse/storage/schema/delta/47/push_actions_staging.sql
+++ b/synapse/storage/schema/delta/47/push_actions_staging.sql
@@ -13,6 +13,10 @@
  * limitations under the License.
  */
 
+-- Temporary staging area for push actions that have been calculated for an
+-- event, but the event hasn't yet been persisted.
+-- When the event is persisted the rows are moved over to the
+-- event_push_actions table.
 CREATE TABLE event_push_actions_staging (
     event_id TEXT NOT NULL,
     user_id TEXT NOT NULL,