Closed
Bug 1023205
Opened 11 years ago
Closed 11 years ago
Custom field 'cf_fx_points' added to bugzilla.mozilla.org
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: glob, Assigned: bjohnson)
Details
The custom field 'cf_fx_points' has been added to the BMO database.
Please run the following on bugzilla1.db.scl3.mozilla.com:
GRANT SELECT ON `bugs`.`cf_fx_points` TO 'metrics'@'10.22.70.20_';
GRANT SELECT ON `bugs`.`cf_fx_points` TO 'metrics'@'10.22.70.21_';
GRANT SELECT (cf_fx_points) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.20_';
GRANT SELECT (cf_fx_points) ON `bugs`.`bugs` TO 'metrics'@'10.22.70.21_';
Assignee | ||
Comment 1•11 years ago
|
||
Done! Thanks!
Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-database → bjohnson
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•