You are here

function migrate_install in Migrate 6

Same name and namespace in other branches
  1. 6.2 migrate.install \migrate_install()

Implementation of hook_install().

File

./migrate.install, line 152
Implementation of profile destination handling

Code

function migrate_install() {

  // Create tables
  drupal_install_schema('migrate');
}