Fixing content type ordering when content_type is not defined.
[akelos.git] / script / migrate
blobe2f4fe996115de56c57cb29ed2567cbf388a8fcb
1 #!/usr/bin/env php
2 <?php
4 defined('AK_ENVIRONMENT') ? null : define('AK_ENVIRONMENT', 'development');
5 include(dirname(__FILE__).DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'config'.DIRECTORY_SEPARATOR.'config.php');
6 require_once(AK_LIB_DIR.DS.'utils'.DS.'scripts'.DS.'migrate.php');
8 ?>