-
Notifications
You must be signed in to change notification settings - Fork 175
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
[SQL] Rename project_rel table and add constraints #4492
Conversation
@@ -85,7 +85,7 @@ class ProjectDefault extends Project | |||
} | |||
|
|||
/** | |||
* Get that project subprojects as defined in the project_rel table | |||
* Get that project subprojects as defined in the project_subproject_rel table |
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.
This is not accurate. Project default gets all subprojects because it is meant to be used when there is no project
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.
Otherwise, it seems fine
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.
fixed
52af2ff
to
3a59ab4
Compare
blocked by #4493 |
62b0fc9
to
414355d
Compare
DO NOT MERGE. its on the wrong base for now |
79b1066
to
b04f545
Compare
phpcs schema foreign key fix fixup
4a4f218
to
1095fac
Compare
Can you add testing instructions? |
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.
pending Travis.
8c97b5a
to
aee6739
Compare
This renames the project_rel table to project_subproject_rel to respect the SQLmodeling standards.
Brief summary of changes
This renames the
project_rel
table toproject_subproject_rel
to respect the SQLmodeling standardsThis also adds a front-end control to associate subprojects to projects from the project configuration page. (this should simplify testing)
other changes in this PR
Project
andsubproject
tables for integrity