aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 285534: bugs.qa_contact should allow NULLmkanat%kerio.com2005-03-151-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 285692: lastdiffed should use NULL instead of the "beginning of time"mkanat%kerio.com2005-03-121-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=myk
* Bug 285690: bugs.status_whiteboard, bugs.votes, and bugs.keywords need ↵mkanat%kerio.com2005-03-121-3/+6
| | | | | | defaults in the Schema Patch By Max Kanat-Alexander <mkanat@kerio.com> r=Tomas.Kopal, a=myk
* Bug 98123 : Create a user preferences infrastructure (became 'General Settings')travis%sedsystems.ca2005-03-101-0/+49
| | | | Patch by Shane H. W. Travis <travis@sedsystems.ca> r=jouni, mkanat a=myk
* Bug 285410: Duplicates columns are named incorrectly in the Schemamkanat%kerio.com2005-03-091-2/+2
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=justdave, a=justdave
* Bug 285380: Bugzilla::DB::Schema uses ThrowCodeError incorrectly (Second Patch)mkanat%kerio.com2005-03-091-6/+6
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=joel, a=justdave
* Bug 285380: Bugzilla::DB::Schema uses ThrowCodeError incorrectlymkanat%kerio.com2005-03-091-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@kerio.com> r=glob, a=justdave
* Bug 146679: Reusable, structured, database-independent schemamkanat%kerio.com2005-03-091-0/+1314
Patch By Ed Sabol <edwardjsabol@iname.com> r=mkanat, a=myk, a=justdave