Changeset 9984 for trunk/modules/boonex/store/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 22:50:09 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/store/install/sql/uninstall.sql
r9979 r9984 13 13 -- system objects 14 14 DELETE FROM `sys_permalinks` WHERE `standard` = 'modules/?r=store/'; 15 DELETE FROM ` VoteObjects` WHERE `ObjectName` = 'bx_store';15 DELETE FROM `sys_objects_vote` WHERE `ObjectName` = 'bx_store'; 16 16 DELETE FROM `sys_objects_cmts` WHERE `ObjectName` = 'bx_store'; 17 17 DELETE FROM `sys_objects_views` WHERE `name` = 'bx_store';
Note: See TracChangeset
for help on using the changeset viewer.