Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 822 Bytes

README.markdown

File metadata and controls

18 lines (13 loc) · 822 Bytes

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.

Services Container Injection

This version of DoctrineMigrationBundle provide the service container injection into migration files for Symfony 2.0.

Changes versus the original version:

  • Services container access into migrations.
  • Genarated migration file implement ContainerAwareInterface by default.
  • postUp() function added to the generated migration file as remember and for user comfort.