CodeIgniter's development branch has a configurable migration table on the way. Until then, I really needed it, so I extended the migration library.
- Drop
MY_Migration.php
in application/libraries - Replace your
config/migration.php
with the one from here - Edit
config/migration.php
with your migration setup, including the newmigration_table
config item.