Closed
Bug 1231672
Opened 10 years ago
Closed 8 years ago
Delete explosiveness leftovers
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
References
Details
Needs an alembic migration
table: explosiveness
proc: backfill_explosiveness()
proc: update_explosiveness()
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → peterbe
| Assignee | ||
Comment 1•8 years ago
|
||
backfill_explosiveness and update_explosiveness were deleted in Jan 2016
https://github.com/mozilla-services/socorro/commit/f5fe2452a2fcf3a7314ae4c39919ccb3112aa060
| Assignee | ||
Comment 2•8 years ago
|
||
Also, in that commit the sqlalchemy definition for the explosiveness table was already removed.
https://github.com/mozilla-services/socorro/commit/f5fe2452a2fcf3a7314ae4c39919ccb3112aa060#diff-ffc30a9556ca9148800d4129a709cff4
| Assignee | ||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/2d92a505bb2a49a6f95bb133fcb625f45412ae4c
fixes bug 1231672 - Delete explosiveness table (#3944)
* fixes bug 1231672 - Delete explosiveness table
* oops
* use op.execute to drop only if exists
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•