-
Notifications
You must be signed in to change notification settings - Fork 68
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
Feat build task models #4245
Feat build task models #4245
Conversation
bef3075
to
4ca03be
Compare
24e3573
to
c52bfc0
Compare
c52bfc0
to
332c932
Compare
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.
You missed a field in the sequelize model of the build task index.
api/models/build-task.js
Outdated
{ | ||
name: 'build_task_build_id_type_index', | ||
unique: true, | ||
fields: ['buildId'], |
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.
You need to add buildTaskTypeId
based on the migration SQL.
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.
Excellent catch. My kingdom for not having to write these schemas twice
332c932
to
2605ebb
Compare
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.
🏗️
Changes proposed in this pull request:
security considerations
None