The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.08 - 2008-11-18

  • Got rid of "id" column in the migration_schema_log This means that the log no longer has a primary id -- this also means that MySQL can replicate migrations properly. Since SQLite 2.x doesnt have support for ALTER TABLE, I've left the ID column there for now.

Documentation

Install, remove, upgrade, or downgrade a schema

Modules

Install/remove/upgrade/downgrade SQL schemas
Schema-independant migration operations
Build a package that includes a migration schema
Database-dependant migration operations
Handle quirks with DBD::SQLite2
Handle quirks with DBD::mysql

Provides

in lib/DBIx/Migration/Directories/Build/Base.pm
in lib/DBIx/Migration/Directories/Test.pm