[Svn-src-all:2666] [version-2_12-dev 21565] #1603 dtb_pluginにプラグイン用のフィールドを追加

h_yoshimoto admin @ mail.ec-cube.net
2012年 3月 1日 (木) 14:43:48 JST


Subversion committed to /home/svn/open 21565
http://svn.ec-cube.net/open_trac/changeset/21565
┌────────────────────────────┐
│更新者 :  h_yoshimoto                                  │
│更新日時:  2012-03-01 14:43:48 +0900 (木, 01  3月 2012)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#1603 dtb_pluginにプラグイン用のフィールドを追加

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-01 01:06:28 UTC (rev 21564)
+++ branches/version-2_12-dev/html/install/sql/create_table_mysql.sql	2012-03-01 05:43:48 UTC (rev 21565)
@@ -1130,6 +1130,10 @@
     plugin_description text,
     priority int NOT NULL DEFAULT 0,
     enable smallint NOT NULL DEFAULT 0,
+    free_field1 text,
+    free_field2 text,
+    free_field3 text,
+    free_field4 text,
     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
     update_date timestamp NOT NULL,
     PRIMARY KEY (plugin_id)

変更: 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-01 01:06:28 UTC (rev 21564)
+++ branches/version-2_12-dev/html/install/sql/create_table_pgsql.sql	2012-03-01 05:43:48 UTC (rev 21565)
@@ -1130,6 +1130,10 @@
     plugin_description text,
     priority int NOT NULL DEFAULT 0,
     enable smallint NOT NULL DEFAULT 0,
+    free_field1 text,
+    free_field2 text,
+    free_field3 text,
+    free_field4 text,
     create_date timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
     update_date timestamp NOT NULL,
     PRIMARY KEY (plugin_id)




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