[Svn-src-all:2744] [version-2_12-dev 21643] #1703 (値引きの入力状況がフロント機能と管理機能で相違している)

Seasoft admin @ mail.ec-cube.net
2012年 3月 14日 (水) 04:19:54 JST


Subversion committed to /home/svn/open 21643
http://svn.ec-cube.net/open_trac/changeset/21643
┌────────────────────────────┐
│更新者 :  Seasoft                                      │
│更新日時:  2012-03-14 04:19:54 +0900 (水, 14  3月 2012)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#1703 (値引きの入力状況がフロント機能と管理機能で相違している)

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/html/install/sql/create_table_mysql.sql
U   branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql

変更: branches/version-2_12-dev/html/install/sql/create_table_mysql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_mysql.sql	2012-03-13 11:26:26 UTC (rev 21642)
+++ branches/version-2_12-dev/html/install/sql/create_table_mysql.sql	2012-03-13 19:19:54 UTC (rev 21643)
@@ -536,7 +536,7 @@
     order_birth datetime,
     order_job int,
     subtotal numeric,
-    discount numeric,
+    discount numeric NOT NULL DEFAULT 0,
     deliv_id int,
     deliv_fee numeric,
     charge numeric,
@@ -593,7 +593,7 @@
     order_birth datetime,
     order_job int,
     subtotal numeric,
-    discount numeric,
+    discount numeric NOT NULL DEFAULT 0,
     deliv_id int,
     deliv_fee numeric,
     charge numeric,

変更: branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql
===================================================================
--- branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	2012-03-13 11:26:26 UTC (rev 21642)
+++ branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	2012-03-13 19:19:54 UTC (rev 21643)
@@ -536,7 +536,7 @@
     order_birth timestamp,
     order_job int,
     subtotal numeric,
-    discount numeric,
+    discount numeric NOT NULL DEFAULT 0,
     deliv_id int,
     deliv_fee numeric,
     charge numeric,
@@ -593,7 +593,7 @@
     order_birth timestamp,
     order_job int,
     subtotal numeric,
-    discount numeric,
+    discount numeric NOT NULL DEFAULT 0,
     deliv_id int,
     deliv_fee numeric,
     charge numeric,




Svn-src-all メーリングリストの案内