Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 561 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 561 Bytes

MY_Migration

CodeIgniter's development branch has a configurable migration table on the way. Until then, I really needed it, so I extended the migration library.

Setup

  1. Drop MY_Migration.php in application/libraries
  2. Replace your config/migration.php with the one from here
  3. Edit config/migration.php with your migration setup, including the new migration_table config item.

Migrations library documentation