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

    r9979 r9984  
    113113 
    114114-- vote objects 
    115 INSERT INTO `VoteObjects` VALUES (NULL, 'bx_store', '[db_prefix]rating', '[db_prefix]rating_track', 'gal_', '5', 'vote_send_result', 'BX_PERIOD_PER_VOTE', '1', '', '', '[db_prefix]main', 'rate', 'rate_count', 'id', '', ''); 
     115INSERT INTO `sys_objects_vote` VALUES (NULL, 'bx_store', '[db_prefix]rating', '[db_prefix]rating_track', 'gal_', '5', 'vote_send_result', 'BX_PERIOD_PER_VOTE', '1', '', '', '[db_prefix]main', 'rate', 'rate_count', 'id', '', ''); 
    116116 
    117117-- comments objects 
Note: See TracChangeset for help on using the changeset viewer.