mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
Comments
This commit is contained in:
parent
3a061cae26
commit
012e8e142a
3 changed files with 9 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue