Closed Bug 1093843 Opened 10 years ago Closed 10 years ago

increase max-length on Product model fields

Categories

(Input Graveyard :: Backend, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: willkg)

Details

(Whiteboard: u=dev c=codequality p=1 s=input.2014q4)

There are several fields in the Product model that should have their max length increased:

* display_name: 20 -> 30
* db_name: 20 -> 30
* slug: 20 -> 30

We just hit max length limitations when creating the UP stuff and it was kind of annoying.
Might as well increase it to 50. 50 chars is silly, but it pretty much ensures we never hit this again.
PR: https://github.com/mozilla/fjord/pull/395

Landed in: https://github.com/mozilla/fjord/commit/e8f3075c7ed6c794b0d3c8fa8532a19db87466ce
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Whiteboard: u=dev c=codequality p= s=input.2014q4 → u=dev c=codequality p=1 s=input.2014q4
Pushed this to production just now.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: Input → Input Graveyard
You need to log in before you can comment on or make changes to this bug.