1
0
Fork 0
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Ulrich Van Den Hekke 9836812ca5 Update the version of symfony. 9 years ago
Command Convert DBAL migration tool to MongoDB 10 years ago
DependencyInjection Convert DBAL migration tool to MongoDB 10 years ago
Resources/doc Added missing line breaks for proper code rendering 10 years ago
DoctrineMigrationsODMBundle.php Convert DBAL migration tool to MongoDB 10 years ago
README.markdown Fixes broken link to documentation 11 years ago
composer.json Update the version of symfony. 9 years ago

README.markdown

DoctrineMigrationsBundle

This bundle integrates the Doctrine2 Migrations library. 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.

WARNING: Namespace changed

This bundle was previously under the Symfony\Bundle namespace and is now moved to the Doctrine\Bundle namespace.

See the Resources/docs/index.rst for more information about the required changes in deps, AppKernel.php and autoload.php to accomodate for this change.