mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:16:09 -04:00
Remove the PushersTable and EventPushActionsTable objects
This commit is contained in:
parent
31de2953a3
commit
a8e9e0b916
2 changed files with 6 additions and 14 deletions
|
@ -42,7 +42,7 @@ class EventPushActionsStore(SQLBaseStore):
|
|||
yield self.runInteraction(
|
||||
"set_actions_for_event_and_users",
|
||||
self._simple_insert_many_txn,
|
||||
EventPushActionsTable.table_name,
|
||||
"event_push_actions",
|
||||
values
|
||||
)
|
||||
|
||||
|
@ -104,7 +104,3 @@ class EventPushActionsStore(SQLBaseStore):
|
|||
"remove_push_actions_for_event_id",
|
||||
f
|
||||
)
|
||||
|
||||
|
||||
class EventPushActionsTable(object):
|
||||
table_name = "event_push_actions"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue