1,241
edits
Ryansnyder (talk | contribs) (Created page with "Follow these steps to get the Socorro UI up and running. = Populate the Database = Socorro supports multiple products, each of which may contain multiple versions. * A produ...") |
Ryansnyder (talk | contribs) |
||
| Line 13: | Line 13: | ||
<code> | <code> | ||
INSERT INTO productdims (product, version, branch) | INSERT INTO productdims (product, version, branch) | ||
VALUES ('Firefox', ' | VALUES ('Firefox', '3.6.5', '2.0'); | ||
</code> | </code> | ||
| Line 20: | Line 20: | ||
<code> | <code> | ||
INSERT INTO product_visibility (productdims_id, start_date, end_date, featured) | INSERT INTO product_visibility (productdims_id, start_date, end_date, featured) | ||
VALUES ( | VALUES (1, '2010-11-05', '2011-02-05', true); | ||
</code> | </code> | ||
edits