Changeset 20600


Ignore:
Timestamp:
2011/03/11 12:13:28 (13 years ago)
Author:
shutta
Message:

再インストール時に既存テーブルの削除ができていなかったのを修正。
テーブルの依存関係に応じて削除する順番を変えた。

File:
1 edited

Legend:

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

    r20411 r20600  
    1010DROP TABLE dtb_send_history; 
    1111DROP TABLE dtb_send_customer; 
     12DROP TABLE dtb_product_categories; 
     13DROP TABLE dtb_products_class; 
    1214DROP TABLE dtb_products; 
    13 DROP TABLE dtb_products_class; 
    1415DROP TABLE dtb_product_status; 
    1516DROP TABLE dtb_class; 
     
    1718DROP TABLE dtb_class_combination; 
    1819DROP TABLE dtb_category; 
    19 DROP TABLE dtb_product_categories; 
    2020DROP TABLE dtb_recommend_products; 
    2121DROP TABLE dtb_review; 
Note: See TracChangeset for help on using the changeset viewer.