diff -r bbdc7f9aa25e -r 03b14b0fe101 vendor/bundles/Symfony/Bundle/DoctrineMigrationsBundle/README.markdown --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vendor/bundles/Symfony/Bundle/DoctrineMigrationsBundle/README.markdown Fri Nov 25 18:55:43 2011 +0100 @@ -0,0 +1,8 @@ +DoctrineMigrationsBundle +======================== + +This bundle integrates the [Doctrine2 Migrations library](http://www.doctrine-project.org/projects/migrations). +into Symfony so that you can safely and quickly manage database migrations. + +Documentation on how to install and use this bundle is available in the +Symfony2 [documentation](http://symfony.com/doc/current/bundles/DoctrineMigrationsBundle/index.html).