NAME
migrate_schema - Utility to migrate a schema from one version to another
SYNOPSIS
migrate_schema [options]
Options
-user The user who has access to the schema table
-pass The user's password
-dsn The perl dsn. For example:
* DBI:Oracle:orcl
* DBI:mysql:test
-ddl_dir The directory containing the migration scripts
-man The full documentation
-help Brief help message
This script invokes DBIx::VersionedDDL. For more information on this module type
perldoc DBIx::VersionedDDL
AUTHOR
Dan Horne, <dhorne at cpan.org>
COPYRIGHT & LICENSE
Copyright 2009 Dan Horne.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.