Changeset 9985 for trunk/modules/boonex/wall/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 23:30:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/wall/install/sql/uninstall.sql
r9979 r9985 17 17 DELETE FROM `sys_acl_actions` WHERE `Name` IN ('Wall Post', 'Wall Post Comment'); 18 18 19 DELETE FROM ` Categories` WHERE `Category`='wall';19 DELETE FROM `sys_categories` WHERE `Category`='wall'; 20 20 21 21 DELETE FROM `sys_permalinks` WHERE `check`='permalinks_module_wall';
Note: See TracChangeset
for help on using the changeset viewer.