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/sites/install/sql/uninstall.sql

    r9984 r9985  
    2222DELETE FROM `sys_objects_views` WHERE `name` = 'bx_sites'; 
    2323DELETE FROM `sys_objects_categories` WHERE `ObjectName` = 'bx_sites'; 
    24 DELETE FROM `Categories` WHERE `Type` = 'bx_sites'; 
    25 DELETE FROM `Categories` WHERE `Type` = 'shared_photo' AND `Category` = 'Sites'; 
     24DELETE FROM `sys_categories` WHERE `Type` = 'bx_sites'; 
     25DELETE FROM `sys_categories` WHERE `Type` = 'shared_photo' AND `Category` = 'Sites'; 
    2626DELETE FROM `sys_objects_tag` WHERE `ObjectName` = 'bx_sites'; 
    2727DELETE FROM `Tags` WHERE `Type` = 'bx_sites'; 
Note: See TracChangeset for help on using the changeset viewer.