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

    r9979 r9984  
    1818 
    1919DELETE FROM `sys_objects_cmts` WHERE `ObjectName`='bx_news' LIMIT 1; 
    20 DELETE FROM `VoteObjects` WHERE `ObjectName`='bx_news' LIMIT 1; 
     20DELETE FROM `sys_objects_vote` WHERE `ObjectName`='bx_news' LIMIT 1; 
    2121DELETE FROM `sys_objects_tag` WHERE `ObjectName`='bx_news' LIMIT 1; 
    2222DELETE FROM `sys_objects_search` WHERE `ObjectName`='bx_news' LIMIT 1; 
Note: See TracChangeset for help on using the changeset viewer.