Changeset 9969 for trunk/modules/boonex/wall/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 03:52:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/wall/install/sql/uninstall.sql
r9968 r9969 15 15 DELETE FROM `GlParams` WHERE `kateg`=@iCategoryId OR `Name`='permalinks_module_wall'; 16 16 17 DELETE FROM ` MemActions` WHERE `Name` IN ('Wall Post', 'Wall Post Comment');17 DELETE FROM `sys_acl_actions` WHERE `Name` IN ('Wall Post', 'Wall Post Comment'); 18 18 19 19 DELETE FROM `Categories` WHERE `Category`='wall';
Note: See TracChangeset
for help on using the changeset viewer.