Changeset 9977 for trunk/modules/boonex/blogs/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 05:42:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/blogs/install/sql/uninstall.sql
r9975 r9977 39 39 DELETE FROM `sys_stat_site` WHERE `Name`='blg'; 40 40 41 DELETE FROM ` SearchObjects` WHERE `ClassName`='BxBlogsSearchUnit';41 DELETE FROM `sys_objects_search` WHERE `ClassName`='BxBlogsSearchUnit'; 42 42 43 43 DELETE FROM `TagObjects` WHERE `ObjectName`='blog' AND `LangKey`='_Blogs';
Note: See TracChangeset
for help on using the changeset viewer.