Closed
Bug 427455
Opened 17 years ago
Closed 17 years ago
Add foreign key constraints for group_control_map table, user_group_map table and group_group_map table
Categories
(Bugzilla :: Database, enhancement)
Bugzilla
Database
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: tfu, Assigned: tfu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.10) Gecko/20070510 Fedora/1.5.0.10-6.fc6 Firefox/1.5.0.10
Build Identifier:
Add foreign key information for group_control_map table, user_group_map table and group_group_map table in Bugzilla/DB/Schema.pm file.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Blocks: bz-references
Attachment #313997 -
Flags: review?(mkanat)
![]() |
||
Updated•17 years ago
|
Assignee: database → tfu
Severity: normal → enhancement
Target Milestone: --- → Bugzilla 4.0
![]() |
||
Updated•17 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•17 years ago
|
||
Comment on attachment 313997 [details] [diff] [review]
foreign key constraints information of group_control_map table, user_group_map table and group_group_map table
grant_type doesn't reference groups.id, and member_id does.
Attachment #313997 -
Flags: review?(mkanat) → review-
Comment 3•17 years ago
|
||
Also, make the patches from the Bugzilla root directory, not from the Bugzilla/DB/ directory.
Status: NEW → ASSIGNED
![]() |
||
Comment 4•17 years ago
|
||
Tony, could you update this patch?
![]() |
||
Updated•17 years ago
|
Target Milestone: Bugzilla 4.0 → Bugzilla 3.4
Attachment #313997 -
Attachment is obsolete: true
Attachment #345057 -
Flags: review?(mkanat)
Comment 6•17 years ago
|
||
Comment on attachment 345057 [details] [diff] [review]
foreign key constraints information of group_control_map table, user_group_map table and group_group_map table
Looks good to me! :-)
Attachment #345057 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval+
![]() |
||
Comment 7•17 years ago
|
||
Checking in Bugzilla/DB/Schema.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm,v <-- Schema.pm
new revision: 1.106; previous revision: 1.105
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•