fix 3.35 migrations that were accidentally renamed behind 3.34.2 migrations
Created by: coury-clark
This will reorder the 3.35 migrations between 1528395945 - 1528395948
as 1528395948 - 1528395951
to sequence them after the last migration of 3.34.2.
It isn't clear to me why this happened, but this was introduced when this PR was originally opened and the files were renamed in this PR. The effect is that 3.35 is missing migrations 1528395945 - 1528395947
for anyone that was on 3.34.2 since 1528395947
was the last migration in 3.34.2
Anyone who has upgraded to 3.35 will have to either manually apply these 4 migrations, or roll back to 1528395947
and reapply.
On the left is the 3.35 cut, on the right is the head of this branch.