Added doctrine migrations.
This commit is contained in:
parent
e17c6529db
commit
480e0e5568
3 changed files with 191 additions and 9 deletions
|
@ -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'))) {
|
||||
|
|
Reference in a new issue