Ignore:
Timestamp:
2013/05/02 18:11:36 (13 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

Location:
branches/version-2_12-dev/html/install/sql
Files:
3 edited

Legend:

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

    r22218 r22796  
    553553    birth_point numeric NOT NULL DEFAULT 0, 
    554554    tax numeric, 
    555     order_tax_rate numeric, 
    556     order_tax_rule smallint, 
    557555    total numeric, 
    558556    payment_total numeric, 
     
    612610    birth_point numeric NOT NULL DEFAULT 0, 
    613611    tax numeric, 
    614     order_tax_rate numeric, 
    615     order_tax_rule smallint, 
    616612    total numeric, 
    617613    payment_total numeric, 
     
    718714    quantity numeric, 
    719715    point_rate numeric NOT NULL DEFAULT 0, 
    720     tax_rate numeric, 
    721     tax_rule smallint, 
    722716    PRIMARY KEY (order_detail_id) 
    723717); 
  • branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql

    r22218 r22796  
    553553    birth_point numeric NOT NULL DEFAULT 0, 
    554554    tax numeric, 
    555     order_tax_rate numeric, 
    556     order_tax_rule smallint, 
    557555    total numeric, 
    558556    payment_total numeric, 
     
    612610    birth_point numeric NOT NULL DEFAULT 0, 
    613611    tax numeric, 
    614     order_tax_rate numeric, 
    615     order_tax_rule smallint, 
    616612    total numeric, 
    617613    payment_total numeric, 
     
    718714    quantity numeric, 
    719715    point_rate numeric NOT NULL DEFAULT 0, 
    720     tax_rate numeric, 
    721     tax_rule smallint, 
    722716    PRIMARY KEY (order_detail_id) 
    723717); 
  • branches/version-2_12-dev/html/install/sql/insert_data.sql

    r22551 r22796  
    828828INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (6, 'disney.ne.jp', 5); 
    829829INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (7, 'willcom.com', 6); 
    830 INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (8, 'emnet.ne.jp', 7); 
    831830 
    832831INSERT INTO mtb_order_status (id, name, rank) VALUES (7, '決済処理中', 0); 
     
    12231222INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('PLUGIN_HTML_URLPATH', 'ROOT_URLPATH . "plugin/"', 614, 'プラグインURL');  
    12241223INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DOWNLOAD_DAYS_LEN', '3', 700, '日数桁数'); 
    1225 INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DOWNLOAD_EXTENSION', '"zip,lzh,jpg,jpeg,gif,png,mp3,pdf,csv"', 701, 'ダウンロードファイル登録可能拡張子(カンマ区切り)'); 
     1224INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DOWNLOAD_EXTENSION', '"zip,lzh,jpg,jpeg,gif,png,mp3,pdf,csv"', 701, 'ダウンロードファイル登録可能拡張子(カンマ区切り)"'); 
    12261225INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DOWN_SIZE', '50000', 702, 'ダウンロード販売ファイル用サイズ制限(KB)'); 
    12271226INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DEFAULT_PRODUCT_DOWN', '1', 703, '1:実商品 2:ダウンロード'); 
Note: See TracChangeset for help on using the changeset viewer.