Closed
Bug 510231
Opened 16 years ago
Closed 16 years ago
prod socorro db update execute SQL
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: ozten, Assigned: aravind)
Details
Please execute:
INSERT INTO branches (product, version, branch) VALUES ('Firefox', '3.0.12', '1.9');
INSERT INTO branches (product, version, branch) VALUES ('Firefox', '3.0.13', '1.9');
This will add 3.0.12 and 3.0.13 into the search form.
| Assignee | ||
Comment 1•16 years ago
|
||
Done.
breakpad=# INSERT INTO branches (product, version, branch) VALUES ('Firefox', '3.0.12',
breakpad(# '1.9');
INSERT 0 1
breakpad=# INSERT INTO branches (product, version, branch) VALUES ('Firefox', '3.0.13',
breakpad(# '1.9');
INSERT 0 1
breakpad=# \q
Assignee: server-ops → aravind
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•