Closed Bug 841267 Opened 11 years ago Closed 11 years ago

Datazilla B2G Data Update

Categories

(Data & BI Services Team :: DB: MySQL, task)

x86
macOS
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jeads, Assigned: scabral)

Details

The wrong branch name was associated with some production data submitted to the b2g_perftest_1 database in datazilla. We need to correct this misassociation by running the following SQL statement:

UPDATE b2g_perftest_1.test_run
SET test_run.build_id = 35
WHERE test_run.id IN (592, 593, 594, 595, 596, 597, 598, 599);
Done!


mysql> UPDATE b2g_perftest_1.test_run
    -> SET test_run.build_id = 35
    -> WHERE test_run.id IN (592, 593, 594, 595, 596, 597, 598, 599);
Query OK, 8 rows affected (0.00 sec)
Rows matched: 8  Changed: 8  Warnings: 0
Assignee: server-ops-database → scabral
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Product: mozilla.org → Data & BI Services Team
You need to log in before you can comment on or make changes to this bug.