Closed
Bug 1457484
Opened 8 years ago
Closed 8 years ago
remove unused tables
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
As we've pared away postgres bits, we now have a set of tables we're no longer using:
* release_channel_matches
* replication_test
* sessions (Django has its own sessions table)
* socorro_db_version
* socorro_db_version_history
* transform_rules
* crashes_by_user
* crashes_by_user_build
* uptime_levels
* modules
* process_types
* rank_compare
This bug covers verifying they're not used and then removing them.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/7f3f35f5d26ad28450a4133460bf21f76e895c0f
fix bug 1398200, 1457484: remove unused tables
This removes a bunch of tables that aren't used anymore plus some upkeep
stored procedures for rank_compare.
https://github.com/mozilla-services/socorro/commit/5e61ab1a0354c26206491258beef670397b4f313
Merge pull request #4421 from willkg/1398200-remove-tables
fix bug 1398200, 1457484: remove unused tables
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•