Changeset 20204


Ignore:
Timestamp:
2011/02/19 18:50:33 (13 years ago)
Author:
fukuda
Message:

mtb_customer_statusのDROP漏れ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/install/sql/drop_table.sql

    r20116 r20204  
    2323DROP TABLE dtb_recommend_products; 
    2424DROP TABLE dtb_review; 
    25 DROP TABLE dtb_customer_reading; 
    2625DROP TABLE dtb_category_count; 
    2726DROP TABLE dtb_category_total_count; 
     27DROP TABLE dtb_customer_reading; 
     28DROP TABLE mtb_customer_status; 
    2829DROP TABLE dtb_news; 
    2930DROP TABLE dtb_best_products; 
Note: See TracChangeset for help on using the changeset viewer.