|
|
|
@ -1,9 +1,9 @@ |
|
|
|
<?php |
|
|
|
<?php |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
/* For licensing terms, see /license.txt */ |
|
|
|
|
|
|
|
|
|
|
|
namespace Chamilo\CoreBundle\Migrations\Schema\V110; |
|
|
|
namespace Application\Migrations\Schema\V110; |
|
|
|
|
|
|
|
|
|
|
|
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo; |
|
|
|
use Application\Migrations\AbstractMigrationChamilo; |
|
|
|
use Doctrine\DBAL\Schema\Schema; |
|
|
|
use Doctrine\DBAL\Schema\Schema; |
|
|
|
use Doctrine\DBAL\Types\Type as TableColumnType; |
|
|
|
use Doctrine\DBAL\Types\Type as TableColumnType; |
|
|
|
|
|
|
|
|
|
|
|
|