function migrate_extras_install in Migrate Extras 6
Implementation of hook_install().
File
- ./
migrate_extras.install, line 36  
Code
function migrate_extras_install() {
  // Create my tables.
  drupal_install_schema('migrate_extras');
}      
    Implementation of hook_install().
function migrate_extras_install() {
  // Create my tables.
  drupal_install_schema('migrate_extras');
}