Changeset 17355


Ignore:
Timestamp:
2008/06/17 05:14:56 (16 years ago)
Author:
homan
Message:

r17354でコミットの際、/html/install/sql/insert_data.sqlで~が文字化けして?になってしまったのを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/install/sql/insert_data.sql

    r17354 r17355  
    711711INSERT INTO mtb_wday VALUES ('6', '土',6); 
    712712INSERT INTO mtb_delivery_date VALUES ('1', '即日',0); 
    713 INSERT INTO mtb_delivery_date VALUES ('2', '1?2日後',1); 
    714 INSERT INTO mtb_delivery_date VALUES ('3', '3?4日後',2); 
     713INSERT INTO mtb_delivery_date VALUES ('2', '12日後',1); 
     714INSERT INTO mtb_delivery_date VALUES ('3', '34日後',2); 
    715715INSERT INTO mtb_delivery_date VALUES ('4', '1週間以降',3); 
    716716INSERT INTO mtb_delivery_date VALUES ('5', '2週間以降',4); 
Note: See TracChangeset for help on using the changeset viewer.