function fivestar_update_6101 in Fivestar 6
Same name and namespace in other branches
- 6.2 fivestar.install \fivestar_update_6101()
Add vote_id column to the fivestar_comment table.
File
- ./
fivestar.install, line 122 - Installation file for fivestar module.
Code
function fivestar_update_6101() {
// Moved to fivestar_commment_update_6100().
return array();
}