HomeHelpTrac

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

Legend:

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

    r9975 r9977  
    2121DELETE FROM `TagObjects` WHERE `ObjectName` = 'bx_store'; 
    2222DELETE FROM `Tags` WHERE `Type` = 'bx_store'; 
    23 DELETE FROM `SearchObjects` WHERE `ObjectName` = 'bx_store'; 
     23DELETE FROM `sys_objects_search` WHERE `ObjectName` = 'bx_store'; 
    2424DELETE FROM `sys_objects_actions` WHERE `Type` = 'bx_store'; 
    2525DELETE FROM `sys_stat_site` WHERE `Name` = 'bx_store'; 
Note: See TracChangeset for help on using the changeset viewer.