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.phpin application/libraries - Replace your
config/migration.phpwith the one from here - Edit
config/migration.phpwith your migration setup, including the newmigration_tableconfig item.