Changeset 20435 for branches/version-2_5-dev/html/install
- Timestamp:
- 2011/02/28 12:35:00 (15 years ago)
- bzr:base-revision:
- [email protected]
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/class/SC_Fpdf.php 17182@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fcomu-ver2%2Fdata%2Fclass%2FSC_Fpdf.php
data/class/helper/SC_Helper_Mail.php 15618@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fhelper%2FSC_Helper_Mail.php
data/class/helper/SC_Helper_Purchase.php sc_helper_purchase.p-20101020100530-jyaoa7ch9pdfjqzp-1
data/class/pages/admin/LC_Page_Admin_Home.php 15287@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fadmin%2FLC_Page_Admin_Home.php
data/class/pages/mypage/LC_Page_Mypage_Order.php 16238@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fmypage%2FLC_Page_Mypage_Order.php
html/install/index.php 16809@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Findex.php
html/install/sql/create_table_mysql.sql 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Fsql%2Fcreate_table_mysql.sql
html/install/sql/create_table_pgsql.sql 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Fsql%2Fcreate_table_pgsql.sql
html/install/sql/insert_data.sql 15078@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fhtml%2Finstall%2Fsql%2Finsert_data.sql- bzr:mapping-version:
- v4
- bzr:merge:
[email protected]- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 3163
- bzr:revprop:branch-nick:
- branches/version-2_5-dev
- bzr:root:
- branches/version-2_5-dev
- bzr:text-revisions:
data/class/SC_Fpdf.php [email protected]
data/class/helper/SC_Helper_Mail.php [email protected]
data/class/helper/SC_Helper_Purchase.php [email protected]
data/class/pages/admin/LC_Page_Admin_Home.php [email protected]
data/class/pages/mypage/LC_Page_Mypage_Order.php [email protected]
html/install/index.php [email protected]
html/install/sql/create_table_mysql.sql [email protected]
html/install/sql/create_table_pgsql.sql [email protected]
html/install/sql/insert_data.sql [email protected]- bzr:timestamp:
- 2011-02-28 12:34:42.974999905 +0900
- bzr:user-agent:
- bzr2.2.1+bzr-svn1.0.4
- svn:original-date:
- 2011-02-28T03:34:42.975000Z
- Location:
- branches/version-2_5-dev/html/install
- Files:
-
- 4 edited
-
index.php (modified) (1 diff)
-
sql/create_table_mysql.sql (modified) (2 diffs)
-
sql/create_table_pgsql.sql (modified) (2 diffs)
-
sql/insert_data.sql (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/index.php
r20424 r20435 999 999 array("dtb_news", "news_id"), 1000 1000 array("dtb_order", "order_id"), 1001 array("dtb_order_detail", "order_detail_id"), 1001 1002 array("dtb_other_deliv", "other_deliv_id"), 1002 1003 array("dtb_pagelayout", "page_id"), -
branches/version-2_5-dev/html/install/sql/create_table_mysql.sql
r20411 r20435 707 707 708 708 CREATE TABLE dtb_order_detail ( 709 order_detail_id int NOT NULL, 709 710 order_id int NOT NULL, 710 711 product_id int NOT NULL, … … 716 717 price numeric, 717 718 quantity numeric, 718 point_rate numeric 719 point_rate numeric, 720 PRIMARY KEY (order_detail_id) 719 721 ) ENGINE=InnoDB; 720 722 -
branches/version-2_5-dev/html/install/sql/create_table_pgsql.sql
r20411 r20435 707 707 708 708 CREATE TABLE dtb_order_detail ( 709 order_detail_id int NOT NULL, 709 710 order_id int NOT NULL, 710 711 product_id int NOT NULL, … … 716 717 price numeric, 717 718 quantity numeric, 718 point_rate numeric 719 point_rate numeric, 720 PRIMARY KEY (order_detail_id) 719 721 ); 720 722 -
branches/version-2_5-dev/html/install/sql/insert_data.sql
r20433 r20435 476 476 477 477 ', ' 478 479 =============================================================== 478 ============================================ 480 479 481 480 … … 485 484 486 485 ご質問やご不明な点がございましたら、こちらからお願いいたします。 487 http://------.co.jp488 486 489 487 ', 0, 0, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP);
Note: See TracChangeset
for help on using the changeset viewer.
