mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-25 12:04:05 +00:00
da463fb102
This makes it so we can always `upsert` to avoid duplicates otherwise I'm not sure of how to not insert duplicates in certain situations (see FIXME in the diff) which would cause problems down the line for the unique index being added later.