Changeset 9985 for trunk/modules/boonex/store/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/store/install/sql/uninstall.sql
r9984 r9985 17 17 DELETE FROM `sys_objects_views` WHERE `name` = 'bx_store'; 18 18 DELETE FROM `sys_objects_categories` WHERE `ObjectName` = 'bx_store'; 19 DELETE FROM ` Categories` WHERE `Type` = 'bx_store';20 DELETE FROM ` Categories` WHERE `Type` = 'shared_photo' AND `Category` = 'Store';19 DELETE FROM `sys_categories` WHERE `Type` = 'bx_store'; 20 DELETE FROM `sys_categories` WHERE `Type` = 'shared_photo' AND `Category` = 'Store'; 21 21 DELETE FROM `sys_objects_tag` WHERE `ObjectName` = 'bx_store'; 22 22 DELETE FROM `Tags` WHERE `Type` = 'bx_store';
Note: See TracChangeset
for help on using the changeset viewer.