Closed Bug 951553 Opened 10 years ago Closed 10 years ago

Custom field 'cf_machine_state' added to bugzilla.mozilla.org

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: glob, Assigned: bjohnson)

Details

The custom field 'cf_machine_state' has been added to the BMO database.
Please run the following on bugzilla1.db.scl3.mozilla.com:
  GRANT SELECT ON `bugs`.`cf_machine_state` TO 'metrics'@'10.22.70.20_';
  GRANT SELECT ON `bugs`.`cf_machine_state` TO 'metrics'@'10.22.70.21_';
  GRANT SELECT (cf_machine_state) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.20_';
  GRANT SELECT (cf_machine_state) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.21_';
Done!

Thanks!
Assignee: server-ops-database → bjohnson
Status: NEW → RESOLVED
Closed: 10 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.