Last active
September 12, 2015 19:05
-
-
Save pixelite/2adeb02db3a6eadf7b5b to your computer and use it in GitHub Desktop.
migrate_programs.install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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