diff options
author | Erik Johnston <erikj@jki.re> | 2018-02-16 11:52:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-16 11:52:51 +0000 |
commit | bf5ef10a93c0f39c4260b341cc0eca61d143f154 (patch) | |
tree | 2fc05e9438db06f200bee80be9b4d4fff67d5ff1 /synapse/storage/schema | |
parent | Merge pull request #2873 from matrix-org/erikj/event_creator_no_state (diff) | |
parent | Fix typo of double is_highlight (diff) | |
download | synapse-bf5ef10a93c0f39c4260b341cc0eca61d143f154.tar.xz |
Merge pull request #2874 from matrix-org/erikj/creator_push_actions
Store push actions in DB staging area instead of context
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r-- | synapse/storage/schema/delta/47/push_actions_staging.sql | 28 |
1 files changed, 28 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 new file mode 100644 |