Closed
Bug 1171273
Opened 10 years ago
Closed 10 years ago
Drop unused fields from the File model.
Categories
(addons.mozilla.org Graveyard :: Code Quality, defect)
addons.mozilla.org Graveyard
Code Quality
Tracking
(Not tracked)
RESOLVED
FIXED
2015-09-03
People
(Reporter: kmag, Assigned: berkerpeksag)
Details
(Whiteboard: [qa-])
The `codereview`, `is_packaged`, and `builder_version` columns of the `files` table are obsolete. The first two applied only to webapps, and the last is no longer relevant now that the add-on builder service has been decommissioned.
We should drop these columns and remove the fields from the File model.
| Assignee | ||
Comment 1•10 years ago
|
||
Pull request: https://github.com/mozilla/olympia/pull/661
Assignee: nobody → berker.peksag
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/olympia
https://github.com/mozilla/olympia/commit/2d41bea3a33b02d8e99dcbcd36948964dcb943da
Delete unused columns codereview and builder_version from files.File model.
(bug 1171273)
https://github.com/mozilla/olympia/commit/869a30e9dcdcff196617e03f7958892ddca26132
Merge pull request #661 from berkerpeksag/bug-1171273-files
Delete unused columns codereview and builder_version from files.File model. (bug 1171273)
Comment 3•10 years ago
|
||
Thanks Berker!
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2015-09-03
Comment 4•10 years ago
|
||
Please add STRs to this bug or mark it as [qa-]
Updated•10 years ago
|
Whiteboard: [qa-]
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•