Changeset 9984 for trunk/modules/boonex/sites/install/sql/install.sql
- Timestamp:
- 04/06/09 22:50:09 (3 years ago)
- File:
-
- 1 edited
-
trunk/modules/boonex/sites/install/sql/install.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/boonex/sites/install/sql/install.sql
r9979 r9984 129 129 130 130 -- vote objects 131 INSERT INTO ` VoteObjects` VALUES (NULL, 'bx_sites', 'bx_sites_rating', 'bx_sites_rating_track', 'sites_', '5', 'vote_send_result', 'BX_PERIOD_PER_VOTE', '1', '', '', 'bx_sites_main', 'rate', 'rateCount', 'id', '', '');131 INSERT INTO `sys_objects_vote` VALUES (NULL, 'bx_sites', 'bx_sites_rating', 'bx_sites_rating_track', 'sites_', '5', 'vote_send_result', 'BX_PERIOD_PER_VOTE', '1', '', '', 'bx_sites_main', 'rate', 'rateCount', 'id', '', ''); 132 132 133 133 -- comments objects
Note: See TracChangeset
for help on using the changeset viewer.