sentry icon indicating copy to clipboard operation
sentry copied to clipboard

ref: add hard-stop migration for index_together migrations rebase

Open asottile-sentry opened this issue 1 year ago • 5 comments

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_together but still resulted in the same state

asottile-sentry avatar Aug 26 '24 16:08 asottile-sentry