Closed Bug 748399 Opened 12 years ago Closed 12 years ago

increase size of Releases.version

Categories

(Release Engineering :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bhearsum, Assigned: bhearsum)

References

Details

Attachments

(1 file)

ESR nightlies use a version like '10.0.4esrpre', which is 2 characters more than the limit of 10 right. We should bump this up to 20, maybe higher.
25 characters ought to be enough for anybody.
Attachment #617947 - Flags: review?(nrthomas)
Comment on attachment 617947 [details] [diff] [review]
bump version length to 25

Famous last words Mr Gates!
Attachment #617947 - Flags: review?(nrthomas) → review+
Comment on attachment 617947 [details] [diff] [review]
bump version length to 25

Jenkins run is here: https://jenkins.mozilla.org/job/Balrog/86/

Updated the dev db with:
ALTER TABLE releases MODIFY version VARCHAR(25);
UPDATE releases SET version='10.0.4esrpre' WHERE version='10.0.4esrp';
UPDATE releases SET version='10.0.5esrpre' WHERE version='10.0.5esrp';
Attachment #617947 - Flags: checked-in+
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Product: mozilla.org → Release Engineering
Component: General Automation → General
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: