-
Notifications
You must be signed in to change notification settings - Fork 15
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 extra DB constraints #97
Labels
Comments
I ran these constrains against production database. Three of them are violated (all for Build table):
|
msimacek
added a commit
that referenced
this issue
May 18, 2016
There's one more constraint I'd like to have - groups are currently joined with package on name, but it's missing foreign key constraint. It should be added. |
msimacek
added a commit
that referenced
this issue
Jun 10, 2016
msimacek
added a commit
that referenced
this issue
Jun 10, 2016
Almost everything has been added already, except:
|
msimacek
added a commit
that referenced
this issue
Aug 22, 2016
I believe that there is nothing more left to do here. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For better DB consistency we should add additional constraints.
KojiTask
Build
The text was updated successfully, but these errors were encountered: