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)
Tree Management
Treeherder: Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
(Blocks 1 open bug)
Details
Once bug 1179043 is deployed.
Assignee | ||
Comment 1•9 years ago
|
||
Dropped on Heroku:
DROP TABLE treeherder.machine_note;
Assignee | ||
Comment 2•9 years ago
|
||
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)
Assignee | ||
Comment 3•9 years ago
|
||
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.
Description
•