Skip to content

Instantly share code, notes, and snippets.

@pixelite
Last active September 12, 2015 19:05
Show Gist options
  • Save pixelite/2adeb02db3a6eadf7b5b to your computer and use it in GitHub Desktop.
Save pixelite/2adeb02db3a6eadf7b5b to your computer and use it in GitHub Desktop.
migrate_programs.install
<?php
/**
* Implements hook_install().
*/
function migrate_programs_install() {
// Force migrations to be registered.
migrate_static_registration();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment