forked-synapse/synapse/storage/databases/main/schema
Brendan Abolivier 041ee971c9
Unread counts fixes (#8254)
* Fixup `ALTER TABLE` database queries

Make the new columns nullable, because doing otherwise can wedge a
server with a big database, as setting a default value rewrites the
table.

* Switch back to using the notifications count in the push badge

Clients are likely to be confused if we send a push but the badge count
is the unread messages one, and not the notifications one.

* Changelog
2020-09-04 14:14:22 +01:00
..
delta Unread counts fixes (#8254) 2020-09-04 14:14:22 +01:00
full_schemas Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00