HomeHelpTrac

Ignore:
Timestamp:
04/06/09 03:52:46 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/modules/boonex/store/install/sql/uninstall.sql

    r9968 r9969  
    4848 
    4949-- 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'); 
     50DELETE `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'); 
     51DELETE 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'); 
    5252 
    5353-- alerts 
Note: See TracChangeset for help on using the changeset viewer.