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

Fix table name for incident_role_incident_priority in db migration #1639

Merged
merged 1 commit into from Sep 22, 2021
Merged

Fix table name for incident_role_incident_priority in db migration #1639

merged 1 commit into from Sep 22, 2021

Conversation

ghost
Copy link

@ghost ghost commented Sep 22, 2021

The name of the table is singular incident_role_incident_priority, not plural priorities. The migration fails without this fix. Check the names of the variables and table for the incident_role_incident_type table for a working example.

The name of the table is singular `incident_role_incident_priority`, not plural `priorities`. The migration fails without this fix. Check the names of the variables and table for the `incident_role_incident_type` table for a working example.
@ghost ghost changed the title Fix table name Fix table name for incident_role_incident_priority in db migration Sep 22, 2021
@mvilanova mvilanova added the bug Something isn't working label Sep 22, 2021
@mvilanova
Copy link
Contributor

Thanks for the fix!

@mvilanova mvilanova merged commit e424dbf into Netflix:master Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants