function fivestar_update_5701 in Fivestar 5
Add vote_id column to the fivestar_comment table.
File
- ./
fivestar.install, line 75 - Installation file for fivestar module.
Code
function fivestar_update_5701() {
// Moved to fivestar_commment_update_5100().
return array();
}