[Svn-src-all:1437] [version-2_5-dev 20329] mtb_auth_excludesのDROP漏れ修正。
shutta
admin @ mail.ec-cube.net
2011年 2月 22日 (火) 21:32:19 JST
Subversion committed to /home/svn/open 20329
http://svn.ec-cube.net/open_trac/changeset/20329
┌────────────────────────────┐
│更新者 : shutta │
│更新日時: 2011-02-22 21:32:19 +0900 (火, 22 2月 2011)│
└────────────────────────────┘
Log:
--------------------------------------------------------
mtb_auth_excludesのDROP漏れ修正。
r20313 に対する追加。
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_5-dev/html/install/sql/drop_table.sql
変更: branches/version-2_5-dev/html/install/sql/drop_table.sql
===================================================================
--- branches/version-2_5-dev/html/install/sql/drop_table.sql 2011-02-22 11:40:42 UTC (rev 20328)
+++ branches/version-2_5-dev/html/install/sql/drop_table.sql 2011-02-22 12:32:19 UTC (rev 20329)
@@ -96,4 +96,5 @@
DROP TABLE dtb_plugin;
DROP TABLE dtb_index_list;
DROP TABLE dtb_payment_options;
-DROP TABLE dtb_mailmaga_template;
\ No newline at end of file
+DROP TABLE dtb_mailmaga_template;
+DROP TABLE mtb_auth_excludes;
Svn-src-all メーリングリストの案内