Skip to content

Fix migration revision to create a single HEAD

Jeff May requested to merge jeff/fix-migration-head into dev

@DSASanFrancisco/portal-members

Currently, on dev there are two migration heads. There are no conflicts in these migrations, but if you have multiple heads, then you have to pick which migration head you want to use. The only way to fix this is to linearize the migration history. This PR linearizes the migrations in the order in which they were merged.

I have:

  • Included a summary of the changes

Merge request reports