Closed Bug 1179203 Opened 9 years ago Closed 9 years ago

Drop the machine_note table on stage/prod

Categories

(Tree Management :: Treeherder: Infrastructure, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

(Blocks 1 open bug)

Details

Once bug 1179043 is deployed.
Dropped on Heroku: DROP TABLE treeherder.machine_note;
Stage: [emorley@treeherder-rabbitmq1.stage.private.scl3 treeherder-service]$ ../venv/bin/python ./manage.py dbshell mysql> DROP TABLE treeherder_stage.machine_note; Query OK, 0 rows affected (0.03 sec)
Prod: [emorley@treeherder-rabbitmq1.private.scl3 treeherder-service]$ ../venv/bin/python ./manage.py dbshell mysql> DROP TABLE treeherder.machine_note; Query OK, 0 rows affected (0.01 sec)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.