Skip to content
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

Add migration to create pd_application_emails table #24949

Merged
merged 1 commit into from Sep 25, 2018

Conversation

aoby
Copy link
Contributor

@aoby aoby commented Sep 21, 2018

No description provided.

# id :integer not null, primary key
# pd_application_id :integer not null
# application_status :string(255) not null
# email_type :string(255) not null

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just curious - what is email_type for? receipt/reminder/etc?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. It's the name of the email action. These sometimes correspond with status, but other times don't for instance principal_approval

I'm open to ideas for a better name

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that name makes sense, and it will be easy to tell once there are existing rows.

@aoby aoby merged commit f0655a2 into staging Sep 25, 2018
@aoby aoby deleted the teacher-application-emails-migration branch September 25, 2018 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants