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