-
Notifications
You must be signed in to change notification settings - Fork 14
GYR1-905 Remove ICE banner and update ITIN guidance #6168
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
Conversation
|
Heroku app: https://gyr-review-app-6168-e4c6a8143b61.herokuapp.com/ |
embarnard
left a comment
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.
There seems to be some unrelated migrations wrapped up in this? Also should we just remove it instead of commenting it out
| # | ||
| # Indexes | ||
| # | ||
| # index_state_file_az_intakes_email_verified (id) WHERE ((email_address IS NOT NULL) AND (email_address_verified_at IS NOT NULL)) |
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.
Is there a reason why you're removing these or is this a mistake?
app/models/user.rb
Outdated
| # current_sign_in_ip :string | ||
| # document_upload_notification :integer default("yes"), not null | ||
| # email :citext not null | ||
| # email_notification :integer default(0), not null |
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.
also this, I suspect your db is out of sync
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.
I ran db:reset and this is what changed. I also tried db:migrate:reset, but hit an error on the first migration file that the expected table didn't exist. This is the first time I've run migrations since they were collapsed, is there another step I need to do? Are you able to run a db reset (with or without migrate)?

4f43038 to
5188c10
Compare
5188c10 to
639af2d
Compare
embarnard
left a comment
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!
Link to pivotal/JIRA issue
Is PM acceptance required? (delete one)
Reminder: merge main into this branch and get green tests before merging to main
What was done?
How to test?
Screenshots (for visual changes)