Changeset 9972 for trunk/modules/boonex/sites/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 04:21:27 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/sites/install/sql/uninstall.sql
r9970 r9972 13 13 DELETE FROM `sys_permalinks` WHERE `check`='permalinks_module_sites'; 14 14 15 DELETE FROM ` GlParams` WHERE `Name`='permalinks_module_sites';15 DELETE FROM `sys_options` WHERE `Name`='permalinks_module_sites'; 16 16 17 17 DELETE FROM `PageComposePages` WHERE `Name` = 'bx_sites_main' OR `Name` = 'bx_sites_profile' OR `Name` = 'bx_sites_view';
Note: See TracChangeset
for help on using the changeset viewer.