Fix 20150519153200 and 20150529164400 migrations - refs BT#9881 #TMI

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent 246cb8c29f
commit 1210203481
  1. 4
      app/Migrations/Schema/V110/Version20150519153200.php
  2. 4
      app/Migrations/Schema/V110/Version20150529164400.php

@ -1,9 +1,9 @@
<?php
/* 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;
/**

@ -1,9 +1,9 @@
<?php
/* 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\Types\Type as TableColumnType;

Loading…
Cancel
Save