Changeset 9969 for trunk/modules/boonex/store/install/sql/uninstall.sql
- Timestamp:
- 04/06/09 03:52:46 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/store/install/sql/uninstall.sql
r9968 r9969 48 48 49 49 -- membership levels 50 DELETE ` MemActions`, `MemLevelActions` FROM `MemActions`, `MemLevelActions` WHERE `MemLevelActions`.`IDAction` = `MemActions`.`ID` AND `MemActions`.`Name` IN('store view product', 'store browse', 'store search', 'store add product', 'store edit any product', 'store delete any product', 'store mark as featured', 'store approve product');51 DELETE FROM ` MemActions` WHERE `Name` IN('store view product', 'store browse', 'store search', 'store add product', 'store edit any product', 'store delete any product', 'store mark as featured', 'store approve product');50 DELETE `sys_acl_actions`, `sys_acl_matrix` FROM `sys_acl_actions`, `sys_acl_matrix` WHERE `sys_acl_matrix`.`IDAction` = `sys_acl_actions`.`ID` AND `sys_acl_actions`.`Name` IN('store view product', 'store browse', 'store search', 'store add product', 'store edit any product', 'store delete any product', 'store mark as featured', 'store approve product'); 51 DELETE FROM `sys_acl_actions` WHERE `Name` IN('store view product', 'store browse', 'store search', 'store add product', 'store edit any product', 'store delete any product', 'store mark as featured', 'store approve product'); 52 52 53 53 -- alerts
Note: See TracChangeset
for help on using the changeset viewer.