sentry
sentry copied to clipboard
ref: add hard-stop migration for index_together migrations rebase
I'm going to be "rebasing" the migrations to eliminate index_together such that we can upgrade django (upstream doesn't have a good suggestion on how to do this other than "delete all the migrations and start over" which is pretty messed up)
those PRs look like this: https://github.com/getsentry/sentry/pull/76515 -- I'll essentially be requiring:
- self-hosted has progressed past the last migration that modified
index_together - I'll modify the migrations to make it look like they never had
index_togetherbut still resulted in the same state