Closed Bug 290367 Opened 20 years ago Closed 20 years ago

checksetup.pl always outputs a notice about changing products.classification_id

Categories

(Bugzilla :: Bugzilla-General, defect)

2.19
defect
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 2.20

People

(Reporter: myk, Assigned: mkanat)

References

Details

checksetup.pl on a fresh tip install generates the following message after creating the database tables: Updating field type classification_id in table products ... old: smallint(6) not null default "1" new: smallint NOT NULL DEFAULT 1 It should create the field correctly in the first place.
Hmm, looks to me like it's same field type and you are just seeing fall out from fixing bug 289455. Those lines always output because there is no DB code to check the field type. This will be fixed in bug #285111. Right, mkanat?
Exactly right. But we'll leave this bug open so other's don't report it. :-)
Depends on: 285111
OS: Linux → All
Hardware: PC → All
Summary: checksetup.pl creates products.classification_id with wrong type → checksetup.pl always outputs a notice about changing products.classification_id
Whiteboard: [blocker will fix]
Target Milestone: --- → Bugzilla 2.20
Fixed by bug 285111.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Whiteboard: [blocker will fix]
Assignee: general → mkanat
You need to log in before you can comment on or make changes to this bug.