Changeset 9984 for trunk/modules/boonex/news/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 22:50:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/news/install/sql/uninstall.sql
r9979 r9984 18 18 19 19 DELETE FROM `sys_objects_cmts` WHERE `ObjectName`='bx_news' LIMIT 1; 20 DELETE FROM ` VoteObjects` WHERE `ObjectName`='bx_news' LIMIT 1;20 DELETE FROM `sys_objects_vote` WHERE `ObjectName`='bx_news' LIMIT 1; 21 21 DELETE FROM `sys_objects_tag` WHERE `ObjectName`='bx_news' LIMIT 1; 22 22 DELETE FROM `sys_objects_search` WHERE `ObjectName`='bx_news' LIMIT 1;
Note: See TracChangeset
for help on using the changeset viewer.