[Svn-src-all:1315] [version-2_5-dev 20204] mtb_customer_statusのDROP漏れ修正

fukuda admin @ mail.ec-cube.net
2011年 2月 19日 (土) 18:50:33 JST


Subversion committed to /home/svn/open 20204
http://svn.ec-cube.net/open_trac/changeset/20204
┌────────────────────────────┐
│更新者 :  fukuda                                       │
│更新日時:  2011-02-19 18:50:33 +0900 (土, 19  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
mtb_customer_statusのDROP漏れ修正

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-19 09:38:11 UTC (rev 20203)
+++ branches/version-2_5-dev/html/install/sql/drop_table.sql	2011-02-19 09:50:33 UTC (rev 20204)
@@ -22,9 +22,10 @@
 DROP TABLE dtb_bat_order_daily_hour;
 DROP TABLE dtb_recommend_products;
 DROP TABLE dtb_review;
-DROP TABLE dtb_customer_reading;
 DROP TABLE dtb_category_count;
 DROP TABLE dtb_category_total_count;
+DROP TABLE dtb_customer_reading;
+DROP TABLE mtb_customer_status;
 DROP TABLE dtb_news;
 DROP TABLE dtb_best_products;
 DROP TABLE dtb_mail_history;
@@ -96,4 +97,4 @@
 DROP TABLE dtb_plugin;
 DROP TABLE dtb_index_list;
 DROP TABLE dtb_payment_options;
-DROP TABLE dtb_mailmaga_template;
+DROP TABLE dtb_mailmaga_template;
\ No newline at end of file




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