Closed Bug 640391 Opened 13 years ago Closed 13 years ago

please run sql on graphs.m.o to add mobile-2.0 and mobile-2.0-qt branches

Categories

(mozilla.org Graveyard :: Server Operations, task)

task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mozilla, Assigned: fox2mike)

References

Details

If you can run this on graphs.m.o *and* graphs-stage.m.o, that would be ideal.
Otherwise I can track someone else down with graphs-stage access and get that.

insert into branches values (NULL,"mobile-2.0");
insert into branches values (NULL,"mobile-2.0-qt");

(reviewed here: https://bugzilla.mozilla.org/attachment.cgi?id=517933&action=edit )
Assignee: server-ops → shyam
Done on stage:

mysql> use graphs_stage2
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> insert into branches values (NULL,"mobile-2.0");
Query OK, 1 row affected (0.01 sec)

mysql> insert into branches values (NULL,"mobile-2.0-qt");
Query OK, 1 row affected (0.01 sec)

And Prod:

mysql> use graphs_mozilla_org_new
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed

mysql> insert into branches values (NULL,"mobile-2.0");
Query OK, 1 row affected (0.01 sec)

mysql> insert into branches values (NULL,"mobile-2.0-qt");
Query OK, 1 row affected (0.00 sec)
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: mozilla.org → mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.