anonymousland-synapse/synapse/storage/databases/main/schema/delta/58
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
..
02remove_dup_outbound_pokes.sql Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
03persist_ui_auth.sql Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
05cache_instance.sql.postgres Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
06dlols_unique_idx.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
07persist_ui_auth_ips.sql Allow denying or shadow banning registrations via the spam checker (#8034) 2020-08-20 15:42:58 -04:00
08_media_safe_from_quarantine.sql.postgres Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
08_media_safe_from_quarantine.sql.sqlite Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
09shadow_ban.sql Add a shadow-banned flag to users. (#8092) 2020-08-14 12:37:59 -04:00
10drop_local_rejections_stream.sql Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
10federation_pos_instance_name.sql Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
11user_id_seq.py Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
12room_stats.sql Rename database classes to make some sense (#8033) 2020-08-05 21:38:57 +01:00
13remove_presence_allow_inbound.sql Remove some unused database functions. (#8085) 2020-08-14 09:25:40 -04:00
15unread_count.sql Unread counts fixes (#8254) 2020-09-04 14:14:22 +01:00