1,143
edits
Line 119: | Line 119: | ||
INSERT INTO queue_categories SET queue=1,category=6; | INSERT INTO queue_categories SET queue=1,category=6; | ||
INSERT INTO property SET | INSERT INTO property SET name="Restock URL"; | ||
INSERT INTO property_categories SET property=1,category=2; | INSERT INTO property_categories SET property=1,category=2; | ||
INSERT INTO property_categories SET property=1,category=5; | INSERT INTO property_categories SET property=1,category=5; | ||
INSERT INTO property_categories SET property=1,category=6; | INSERT INTO property_categories SET property=1,category=6; | ||
INSERT INTO property SET | INSERT INTO property SET name="Farnell Order Code"; | ||
INSERT INTO property_categories SET property=2,category=2; | INSERT INTO property_categories SET property=2,category=2; | ||
INSERT INTO property_categories SET property=2,category=5; | INSERT INTO property_categories SET property=2,category=5; |
edits