Changeset 9977 for trunk/modules/boonex/store/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 05:42:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/store/install/sql/uninstall.sql
r9975 r9977 21 21 DELETE FROM `TagObjects` WHERE `ObjectName` = 'bx_store'; 22 22 DELETE FROM `Tags` WHERE `Type` = 'bx_store'; 23 DELETE FROM ` SearchObjects` WHERE `ObjectName` = 'bx_store';23 DELETE FROM `sys_objects_search` WHERE `ObjectName` = 'bx_store'; 24 24 DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_store'; 25 25 DELETE FROM `sys_stat_site` WHERE `Name` = 'bx_store';
Note: See TracChangeset
for help on using the changeset viewer.