=pod SEE ALSO DBIx::Class::Schema::Versioned only sql statements. is 'smart' DBIx::Migration only sql. DBIx::Migration::Directories DBIx::SchemaView DBIx::VersionedSchema MY AIMS * framework for changing both the schema and the data - allow sql and perl code to run. * handle several schemas * simple specifying of which schema to use in the code use MyApp::Schemas the_schwartz => 21, intranet => 12; * no smarts - should be very clear what is going on * lots of hooks so that it is possible to influence the behaviour at various stages. * allow each step to test if it was a success and have rollbacks if needed. * allow developers to embed comments so that it is clear wat is going on. * use a central metadata table in each database that other apps can use as well. =cut