You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(hybrid-cloud): Break queries that depend on cross silo FKs (#45095)
Separating out the query changes from
https://github.com/getsentry/sentry/pull/44595/files
Hybrid Cloud needs to break many foreign key relationships that depend
on cross silo models. To support this, we have a new column which acts
merely as a big int referencing identifiers, but uses a eventually
consistent system to cascade or set null when deletions happen across
silos.
This PR first changes all known api and test usages of several cross
silo foreign keys in preparation for the migration that actually breaks
those foreign keys. Several more to come.
0 commit comments