mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-12 10:50:20 -04:00
Save the count of unread messages to event_push_summary
This commit is contained in:
parent
ea8f6e611b
commit
ce74a6685d
3 changed files with 53 additions and 20 deletions
|
@ -34,7 +34,7 @@ logger = logging.getLogger(__name__)
|
|||
# XXX: If you're about to bump this to 59 (or higher) please create an update
|
||||
# that drops the unused `cache_invalidation_stream` table, as per #7436!
|
||||
# XXX: Also add an update to drop `account_data_max_stream_id` as per #7656!
|
||||
SCHEMA_VERSION = 58
|
||||
SCHEMA_VERSION = 59
|
||||
|
||||
dir_path = os.path.abspath(os.path.dirname(__file__))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue