Closed
Bug 764673
Opened 13 years ago
Closed 8 years ago
Drop the bugs table
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lonnen, Assigned: peterbe)
References
Details
(Whiteboard: [deprecate])
Once it is no longer used, drop it.
| Reporter | ||
Updated•13 years ago
|
Assignee: nobody → sdeckelmann
| Reporter | ||
Comment 1•13 years ago
|
||
Filed with the wrong table name.
Summary: Drop the bug_associations table → Drop the bugs table
Updated•12 years ago
|
Whiteboard: [deprecate]
| Assignee | ||
Updated•9 years ago
|
Assignee: sdeckelmann → nobody
| Assignee | ||
Comment 2•9 years ago
|
||
We're still using the bugs table. The bugzilla crontabber app writes to that table.
Updated•8 years ago
|
| Assignee | ||
Comment 3•8 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1319956 has a PR with an alembic migration in the works. Once that's landed let's make a new alembic migration about this one.
Assignee: nobody → peterbe
Depends on: 1319956
| Assignee | ||
Comment 4•8 years ago
|
||
PR https://github.com/mozilla-services/socorro/pull/3921
Also, making this block https://bugzilla.mozilla.org/show_bug.cgi?id=794524 to avoid working on parallel git branches with conflicting alembic migrations.
Blocks: 794524
Comment 5•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/1c70df6b01a11f542219fa215d606cfcc0109f1f
fixes bug 764673 - Drop the bugs table (#3921)
* fixes bug 764673 - Drop the bugs table
* remove left-over reference to bugs table in integration tests
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
•