|
@@ -2,14 +2,15 @@
|
|
|
|
|
|
namespace Application\Migrations;
|
|
|
|
|
|
-use MigrationsBundle\Migrations\MigrationsBase;
|
|
|
use Doctrine\DBAL\Schema\Schema;
|
|
|
+use MigrationsBundle\Migrations\MigrationsBase;
|
|
|
|
|
|
/**
|
|
|
* Migración que carga los archivos yml del directorio src/
|
|
|
*/
|
|
|
class Version20180424133417 extends MigrationsBase
|
|
|
{
|
|
|
+
|
|
|
/**
|
|
|
* @param Schema $schema
|
|
|
*/
|
|
@@ -24,6 +25,7 @@ class Version20180424133417 extends MigrationsBase
|
|
|
'20180111183322',
|
|
|
'20180124175322',
|
|
|
'20180410130145',
|
|
|
+ '20180424133417'
|
|
|
];
|
|
|
|
|
|
foreach ($migrationVersions as $version) {
|