Closed
Bug 548150
Opened 15 years ago
Closed 15 years ago
please insert new mobile branches into production and staging graph server
Categories
(mozilla.org Graveyard :: Server Operations, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: dmoore)
Details
Please run the following SQL code on production graph server:
insert into branches values (NULL,"mobile-electrolysis");
insert into branches values (NULL,"mobile-places");
And this code on graphs-stage:
insert into branches values (NULL,"mobile-electrolysis");
insert into branches values (NULL,"mobile-places");
insert into branches values (NULL,"mobile-try");
Assignee | ||
Updated•15 years ago
|
Assignee: server-ops → dmoore
Assignee | ||
Comment 1•15 years ago
|
||
Executed against "graphs_mozilla_org_new" in production and "graphs_stage2" in staging.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•