-
Notifications
You must be signed in to change notification settings - Fork 35
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
Revert "B 21583 int" #14508
Revert "B 21583 int" #14508
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleting the migration file doesn't undo the run of the migration in loadtest- you will have to create a new to put those back that was removed from
delete from postal_code_to_gblocs where postal_code in (
select uspr_zip_id from v_locations where state = 'AK');
also wouldn't remove the changes made to the move_to_gbloc view- need to replace it with the original implementation to correct
69e1c65
Ok, this PR is ready again, had to add data back to postal_code_to_gblocs and change the move_to_gbloc view back to the old way. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good
Reverts #14451
I goofed, didn't realize this broke on picking AK destination gbloc