Closed
Bug 647056
Opened 14 years ago
Closed 14 years ago
Try this migration again
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
6.0.8
People
(Reporter: jbalogh, Assigned: jbalogh)
References
Details
-- Remove synced and recommended collections;
DELETE FROM collections
WHERE collection_type IN (1, 3) AND author_id IS NULL;
ALTER TABLE collections
DROP FOREIGN KEY collections_ibfk_6,
DROP COLUMN recommended_collection_id;
DROP TABLE collections_tokens;
Updated•14 years ago
|
Target Milestone: 6.0.5 → Q2 2011
Updated•14 years ago
|
Priority: -- → P3
Target Milestone: Q2 2011 → 6.0.8
| Assignee | ||
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•9 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
•