Changeset 22796 for branches/version-2_12-dev/html/install/sql
- Timestamp:
- 2013/05/02 18:11:36 (13 years ago)
- Location:
- branches/version-2_12-dev/html/install/sql
- Files:
-
- 3 edited
-
create_table_mysql.sql (modified) (3 diffs)
-
create_table_pgsql.sql (modified) (3 diffs)
-
insert_data.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/html/install/sql/create_table_mysql.sql
r22218 r22796 553 553 birth_point numeric NOT NULL DEFAULT 0, 554 554 tax numeric, 555 order_tax_rate numeric,556 order_tax_rule smallint,557 555 total numeric, 558 556 payment_total numeric, … … 612 610 birth_point numeric NOT NULL DEFAULT 0, 613 611 tax numeric, 614 order_tax_rate numeric,615 order_tax_rule smallint,616 612 total numeric, 617 613 payment_total numeric, … … 718 714 quantity numeric, 719 715 point_rate numeric NOT NULL DEFAULT 0, 720 tax_rate numeric,721 tax_rule smallint,722 716 PRIMARY KEY (order_detail_id) 723 717 ); -
branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
r22218 r22796 553 553 birth_point numeric NOT NULL DEFAULT 0, 554 554 tax numeric, 555 order_tax_rate numeric,556 order_tax_rule smallint,557 555 total numeric, 558 556 payment_total numeric, … … 612 610 birth_point numeric NOT NULL DEFAULT 0, 613 611 tax numeric, 614 order_tax_rate numeric,615 order_tax_rule smallint,616 612 total numeric, 617 613 payment_total numeric, … … 718 714 quantity numeric, 719 715 point_rate numeric NOT NULL DEFAULT 0, 720 tax_rate numeric,721 tax_rule smallint,722 716 PRIMARY KEY (order_detail_id) 723 717 ); -
branches/version-2_12-dev/html/install/sql/insert_data.sql
r22551 r22796 828 828 INSERT INTO mtb_mobile_domain (id, name, rank) VALUES (6, 'disney.ne.jp', 5); 829 829 INSERT 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);831 830 832 831 INSERT INTO mtb_order_status (id, name, rank) VALUES (7, '決済処理中', 0); … … 1223 1222 INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('PLUGIN_HTML_URLPATH', 'ROOT_URLPATH . "plugin/"', 614, 'プラグインURL'); 1224 1223 INSERT 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, 'ダウンロードファイル登録可能拡張子(カンマ区切り) ');1224 INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DOWNLOAD_EXTENSION', '"zip,lzh,jpg,jpeg,gif,png,mp3,pdf,csv"', 701, 'ダウンロードファイル登録可能拡張子(カンマ区切り)"'); 1226 1225 INSERT INTO mtb_constants (id, name, rank, remarks) VALUES ('DOWN_SIZE', '50000', 702, 'ダウンロード販売ファイル用サイズ制限(KB)'); 1227 1226 INSERT 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.
