function fb_tab_update_6300 in Drupal for Facebook 6.3
File
- ./
fb_tab.install, line 68 - Installs database tables and settings required by fb_tab module.
Code
function fb_tab_update_6300() {
$ret = array();
// introducing fb_tab table.
$schema = fb_tab_schema();
db_create_table($ret, 'fb_tab', $schema['fb_tab']);
return $ret;
}