Ignore:
Timestamp:
2009/02/13 21:44:55 (17 years ago)
Author:
zeniya
Message:

EC-CUBE2.4改修 #298

Location:
branches/version-2_4/html/install/sql
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4/html/install/sql/create_table_mysql.sql

    r17143 r17767  
    141141    mypage_tpl text, 
    142142    good_traded text, 
    143     message text 
     143    message text, 
     144    regular_holiday_ids text 
    144145) TYPE=InnoDB ; 
    145146 
     
    285286    comment5 text, 
    286287    comment6 text, 
     288    note text, 
    287289    file1 text, 
    288290    file2 text, 
  • branches/version-2_4/html/install/sql/create_table_pgsql.sql

    r17143 r17767  
    141141    mypage_tpl text, 
    142142    good_traded text, 
    143     message text 
     143    message text, 
     144    regular_holiday_ids text 
    144145); 
    145146 
     
    285286    comment5 text, 
    286287    comment6 text, 
     288    note text, 
    287289    file1 text, 
    288290    file2 text, 
Note: See TracChangeset for help on using the changeset viewer.