New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service: Add Bedford service types, part2 #2537
Conversation
hmm, can't make sense of this: https://travis-ci.org/studentinsights/studentinsights/jobs/565628102#L3137 It seems the migration is silently failing, and just isn't doing what it says it's doing |
k, |
huh today I learned table structure is cached across migration files, never would have expected that and don't understand how migrations ever work at all then but not going to dig further now :) References:
And splitting it into separately PRs or commits doesn't resolve the issue either, since all migrations run at once in a clean Travis environment anyway. Still not sure why this didn't reproduce locally though; I thought I had dropped and re-run all migrations. Either way, shipping this and moving on. |
selfie |
Migration step 2 for #2535, split out to isolate test changes.
Next is #2536.