HomeHelpTrac

Ignore:
Timestamp:
04/06/09 23:30:15 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

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

    r9984 r9985  
    1717DELETE FROM `sys_objects_views` WHERE `name` = 'bx_store'; 
    1818DELETE FROM `sys_objects_categories` WHERE `ObjectName` = 'bx_store'; 
    19 DELETE FROM `Categories` WHERE `Type` = 'bx_store'; 
    20 DELETE FROM `Categories` WHERE `Type` = 'shared_photo' AND `Category` = 'Store'; 
     19DELETE FROM `sys_categories` WHERE `Type` = 'bx_store'; 
     20DELETE FROM `sys_categories` WHERE `Type` = 'shared_photo' AND `Category` = 'Store'; 
    2121DELETE FROM `sys_objects_tag` WHERE `ObjectName` = 'bx_store'; 
    2222DELETE FROM `Tags` WHERE `Type` = 'bx_store'; 
Note: See TracChangeset for help on using the changeset viewer.