Changeset 20600
- Timestamp:
- 2011/03/11 12:13:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/html/install/sql/drop_table.sql
r20411 r20600 10 10 DROP TABLE dtb_send_history; 11 11 DROP TABLE dtb_send_customer; 12 DROP TABLE dtb_product_categories; 13 DROP TABLE dtb_products_class; 12 14 DROP TABLE dtb_products; 13 DROP TABLE dtb_products_class;14 15 DROP TABLE dtb_product_status; 15 16 DROP TABLE dtb_class; … … 17 18 DROP TABLE dtb_class_combination; 18 19 DROP TABLE dtb_category; 19 DROP TABLE dtb_product_categories;20 20 DROP TABLE dtb_recommend_products; 21 21 DROP TABLE dtb_review;
Note: See TracChangeset
for help on using the changeset viewer.