Changeset 9984 for trunk/modules/boonex/sites/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 22:50:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/sites/install/sql/uninstall.sql
r9979 r9984 18 18 DELETE FROM `sys_page_compose` WHERE `Page` = 'bx_sites_main' OR `Page` = 'bx_sites_profile' OR `Page` = 'bx_sites_view'; 19 19 20 DELETE FROM ` VoteObjects` WHERE `ObjectName` = 'bx_sites';20 DELETE FROM `sys_objects_vote` WHERE `ObjectName` = 'bx_sites'; 21 21 DELETE FROM `sys_objects_cmts` WHERE `ObjectName` = 'bx_sites'; 22 22 DELETE FROM `sys_objects_views` WHERE `name` = 'bx_sites';
Note: See TracChangeset
for help on using the changeset viewer.