mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-28 15:20:17 -05:00
We have set the max retry interval to a value larger than a postgres or sqlite int can hold, which caused exceptions when updating the destinations table. To fix postgres we need to change the column to a bigint, and for sqlite we lower the max interval to 2**62 (which is still incredibly long). |
||
|---|---|---|
| .. | ||
| add_spans_to_device_lists.sql | ||
| current_state_events_membership.sql | ||
| current_state_events_membership_mk2.sql | ||
| destinations_failure_ts.sql | ||
| destinations_retry_interval_type.sql.postgres | ||
| devices_last_seen.sql | ||
| fix_room_keys_index.sql | ||
| redaction_censor.sql | ||
| redaction_censor2.sql | ||
| room_membership_idx.sql | ||
| stats_separated.sql | ||
| user_external_ids.sql | ||
| users_in_public_rooms_idx.sql | ||