Closed
Bug 285690
Opened 20 years ago
Closed 20 years ago
bugs.status_whiteboard, bugs.votes, and bugs.keywords need defaults in the Schema
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: mkanat, Assigned: mkanat)
References
Details
Attachments
(1 file)
|
2.18 KB,
patch
|
Tomas.Kopal
:
review+
|
Details | Diff | Splinter Review |
PostgreSQL complains when we try to insert NULL values into these NOT NULL
fields. They need defaults.
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #177086 -
Flags: review?(Tomas.Kopal)
Updated•20 years ago
|
Attachment #177086 -
Flags: review?(Tomas.Kopal) → review+
| Assignee | ||
Updated•20 years ago
|
Flags: approval?
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 2•20 years ago
|
||
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.368; previous revision: 1.367
done
Checking in Bugzilla/DB/Schema.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm,v <-- Schema.pm
new revision: 1.6; previous revision: 1.5
done
| Assignee | ||
Comment 3•20 years ago
|
||
Checking in checksetup.pl;
/cvsroot/mozilla/webtools/bugzilla/checksetup.pl,v <-- checksetup.pl
new revision: 1.368; previous revision: 1.367
done
Checking in Bugzilla/DB/Schema.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/DB/Schema.pm,v <-- Schema.pm
new revision: 1.6; previous revision: 1.5
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•20 years ago
|
||
This caused a regression on MySQL... bug 285824 filed.
You need to log in
before you can comment on or make changes to this bug.
Description
•