Changeset 14897 for branches/rel/html


Ignore:
Timestamp:
2007/06/20 11:33:45 (17 years ago)
Author:
kakinaka
Message:

dtb_order_temp に セッション情報を保持するように修正

Location:
branches/rel/html/install/sql
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/html/install/sql/create_table_mysql.sql

    r14891 r14897  
    612612    memo09 text, 
    613613    memo10 text, 
    614     campaign_id int, 
    615     session text 
     614    campaign_id int 
    616615) TYPE=InnoDB ; 
    617616 
     
    696695    memo08 text, 
    697696    memo09 text, 
    698     memo10 text 
     697    memo10 text, 
     698    session text 
    699699) TYPE=InnoDB ; 
    700700 
  • branches/rel/html/install/sql/create_table_pgsql.sql

    r14891 r14897  
    612612    memo09 text, 
    613613    memo10 text, 
    614     campaign_id int4, 
    615     session text 
     614    campaign_id int4 
    616615); 
    617616 
     
    696695    memo08 text, 
    697696    memo09 text, 
    698     memo10 text 
     697    memo10 text, 
     698    session text 
    699699); 
    700700 
Note: See TracChangeset for help on using the changeset viewer.