Changeset 9984 for trunk/modules/boonex/store/install/sql/install.sql
- Timestamp:
- 04/06/09 22:50:09 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/store/install/sql/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/store/install/sql/install.sql
r9979 r9984 113 113 114 114 -- 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', '', '');115 INSERT 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', '', ''); 116 116 117 117 -- comments objects
Note: See TracChangeset
for help on using the changeset viewer.