diff -r bbdc7f9aa25e -r 03b14b0fe101 app/AppKernel.php --- a/app/AppKernel.php Fri Nov 18 17:54:18 2011 +0100 +++ b/app/AppKernel.php Fri Nov 25 18:55:43 2011 +0100 @@ -21,6 +21,7 @@ new FOS\UserBundle\FOSUserBundle(), new Company\UserBundle\CompanyUserBundle(), new IRI\Bundle\WikiTagBundle\WikiTagBundle(), + new Symfony\Bundle\DoctrineMigrationsBundle\DoctrineMigrationsBundle(), ); if (in_array($this->getEnvironment(), array('dev', 'test'))) {