function heartbeat_update_7014 in Heartbeat 7
Add database table for the heartbeat user templates.
File
- ./
heartbeat.install, line 424 - Installation file for the heartbeat module. @author Jochen Stals - Menhir - www.menhir.be
Code
function heartbeat_update_7014() {
if (!db_table_exists('heartbeat_user_templates')) {
db_create_table('heartbeat_user_templates', heartbeat_install_table_user_templates());
}
}