Added doctrine migrations.

This commit is contained in:
Tim Schumacher 2014-07-10 12:43:34 +02:00
parent e17c6529db
commit 480e0e5568
3 changed files with 191 additions and 9 deletions

View file

@ -18,6 +18,7 @@ class AppKernel extends Kernel
new Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle(),
new Hackspace\Bundle\CalciferBundle\CalciferBundle(),
new Knp\Bundle\MarkdownBundle\KnpMarkdownBundle(),
new Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle(),
);
if (in_array($this->getEnvironment(), array('dev', 'test'))) {