|
|
|
@ -2,13 +2,13 @@ |
|
|
|
|
|
|
|
|
|
namespace Application\Migrations\Schema\V111; |
|
|
|
|
|
|
|
|
|
use Doctrine\DBAL\Migrations\AbstractMigration; |
|
|
|
|
use Application\Migrations\AbstractMigrationChamilo; |
|
|
|
|
use Doctrine\DBAL\Schema\Schema; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Auto-generated Migration: Please modify to your needs! |
|
|
|
|
*/ |
|
|
|
|
class Version20160330103045 extends AbstractMigration |
|
|
|
|
class Version20160330103045 extends AbstractMigrationChamilo |
|
|
|
|
{ |
|
|
|
|
/** |
|
|
|
|
* @param Schema $schema |
|
|
|
|