Skip to content

Extends CodeIgniter's migrations library to add a configurable migrations table.

Notifications You must be signed in to change notification settings

walkerlee-tw/MY_Migration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Extends CodeIgniter's migrations library to add a configurable migrations table.

Resources

Stars

Watchers

Forks

Packages

No packages published