Closed
Bug 776411
Opened 12 years ago
Closed 12 years ago
Migrated addons.sqlite not updated due to schema changes
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: darktrojan, Assigned: darktrojan)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Unfocused
:
review+
|
Details | Diff | Splinter Review |
Bug 760892 removed a column from the addon table, now databases upgraded from the previous schema are not updated because the insert query has a different number of columns. We need to specify the columns in the query.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #644801 -
Flags: review?(bmcbride)
Comment 2•12 years ago
|
||
Comment on attachment 644801 [details] [diff] [review]
fix
Review of attachment 644801 [details] [diff] [review]:
-----------------------------------------------------------------
Hmm, should really be doing this with all INSERT statements for addons.sqlite... otherwise we'll just forget this again.
Attachment #644801 -
Flags: review?(bmcbride) → review-
Assignee | ||
Comment 3•12 years ago
|
||
Fix ALL the things!
Attachment #644801 -
Attachment is obsolete: true
Attachment #644815 -
Flags: review?(bmcbride)
Updated•12 years ago
|
Attachment #644815 -
Flags: review?(bmcbride) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Flags: in-testsuite-
Flags: in-moztrap-
Flags: in-litmus-
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•