HomeHelpTrac

Ignore:
Timestamp:
04/06/09 22:50:09 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

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

    r9979 r9984  
    1313-- system objects 
    1414DELETE FROM `sys_permalinks` WHERE `standard` = 'modules/?r=store/'; 
    15 DELETE FROM `VoteObjects` WHERE `ObjectName` = 'bx_store'; 
     15DELETE FROM `sys_objects_vote` WHERE `ObjectName` = 'bx_store'; 
    1616DELETE FROM `sys_objects_cmts` WHERE `ObjectName` = 'bx_store'; 
    1717DELETE FROM `sys_objects_views` WHERE `name` = 'bx_store'; 
Note: See TracChangeset for help on using the changeset viewer.