Changeset 19697 for branches/version-2_5-dev/html/install
- Timestamp:
- 2010/12/01 12:33:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/sql/insert_data.sql
r19686 r19697 778 778 INSERT INTO mtb_status (id, name, rank) VALUES (5, '限定品', 4); 779 779 780 INSERT INTO mtb_status_image (id, name, rank) VALUES (1, 'img/ right_product/icon01.gif', 0);781 INSERT INTO mtb_status_image (id, name, rank) VALUES (2, 'img/ right_product/icon02.gif', 1);782 INSERT INTO mtb_status_image (id, name, rank) VALUES (3, 'img/ right_product/icon03.gif', 2);783 INSERT INTO mtb_status_image (id, name, rank) VALUES (4, 'img/ right_product/icon04.gif', 3);784 INSERT INTO mtb_status_image (id, name, rank) VALUES (5, 'img/ right_product/icon05.gif', 4);780 INSERT INTO mtb_status_image (id, name, rank) VALUES (1, 'img/icon/icon_01.gif', 0); 781 INSERT INTO mtb_status_image (id, name, rank) VALUES (2, 'img/icon/icon_02.gif', 1); 782 INSERT INTO mtb_status_image (id, name, rank) VALUES (3, 'img/icon/icon_03.gif', 2); 783 INSERT INTO mtb_status_image (id, name, rank) VALUES (4, 'img/icon/icon_04.gif', 3); 784 INSERT INTO mtb_status_image (id, name, rank) VALUES (5, 'img/icon/icon_05.gif', 4); 785 785 786 786 INSERT INTO mtb_target (id, name, rank) VALUES (0, 'Unused', 0);
Note: See TracChangeset
for help on using the changeset viewer.
