Closed Bug 509517 Opened 15 years ago Closed 15 years ago

prod socorro db update execute SQL

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ozten, Assigned: aravind)

References

Details

Please execute the following on production:

INSERT INTO branches (product, version, branch) VALUES ('Firefox', '3.5.2',
'1.9.1');

INSERT INTO productdims (product, version, os_name, release) VALUES ('Firefox',
'3.5.2', 'ALL','major');
INSERT INTO productdims (product, version, os_name, release) VALUES ('Firefox',
'3.5.2', 'Win','major');
INSERT INTO productdims (product, version, os_name, release) VALUES ('Firefox',
'3.5.2', 'Mac','major');

INSERT INTO tcbyurlconfig (productdims_id, enabled) 
  SELECT id, 'Y' FROM productdims WHERE product = 'Firefox' AND version =
'3.5.2' AND os_name = 'ALL';
Blocks: 509288
Assignee: server-ops → aravind
Done, all of those lines came back with "INSERT 0 1"
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.