function heartbeat_update_7012 in Heartbeat 7
Removed the count field for comments specific.
File
- ./
heartbeat.install, line 398 - Installation file for the heartbeat module. @author Jochen Stals - Menhir - www.menhir.be
Code
function heartbeat_update_7012() {
db_drop_field('heartbeat_activity', 'uaid_comments');
}