Changeset 9977 for trunk/modules/boonex/news/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 05:42:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/news/install/sql/uninstall.sql
r9975 r9977 20 20 DELETE FROM `VoteObjects` WHERE `ObjectName`='bx_news' LIMIT 1; 21 21 DELETE FROM `TagObjects` WHERE `ObjectName`='bx_news' LIMIT 1; 22 DELETE FROM ` SearchObjects` WHERE `ObjectName`='bx_news' LIMIT 1;22 DELETE FROM `sys_objects_search` WHERE `ObjectName`='bx_news' LIMIT 1; 23 23 DELETE FROM `sys_objects_views` WHERE `name`='bx_news' LIMIT 1; 24 24
Note: See TracChangeset
for help on using the changeset viewer.