Closed
Bug 1132858
Opened 10 years ago
Closed 7 years ago
Remove extensions table
Categories
(Socorro :: Database, task, P2)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: adrian, Assigned: willkg)
References
Details
Attachments
(1 file)
Once bug 1132068 lands, nothing should be using that table anymore. We can thus remove it entirely from our database.
| Reporter | ||
Updated•10 years ago
|
Priority: -- → P3
| Reporter | ||
Updated•9 years ago
|
Assignee: adrian → nobody
Priority: P3 → --
| Assignee | ||
Comment 1•7 years ago
|
||
The "extensions" table has weekly tables, so we'll need to remove "extensions" and all its friends as well as remove the entry in the report_partition_info table. I think that's everything we need to do.
Making this a P2 to remove.
Priority: -- → P2
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Grabbing this one because I did it.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Comment 4•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/f4d7e79d3af5bf484f02fb55086ddc068941acd6
fixes bug 1132858 - remove the extensions table
The extensions table was a partitioned table, so this creates a migration
to remove the table, all the partitions, and the report_partition_info record.
It also removes the model in the code.
https://github.com/mozilla-services/socorro/commit/8416ab8302a0ef5280109164b4cb0cb2de09a82c
Merge pull request #4314 from willkg/1132858-remove-extensions
fixes bug 1132858 - remove the extensions table
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•