diff --git a/app/Migrations/Schema/V110/Version20151101082300.php b/app/Migrations/Schema/V110/Version20151101082300.php index 710f9e1e29..32e35854cb 100644 --- a/app/Migrations/Schema/V110/Version20151101082300.php +++ b/app/Migrations/Schema/V110/Version20151101082300.php @@ -252,7 +252,6 @@ class Version20151101082300 extends AbstractMigrationChamilo $sessionRelUser->addColumn('moved_to', Type::INTEGER)->setNotnull(false); $sessionRelUser->addColumn('moved_status', Type::INTEGER)->setNotnull(false); $sessionRelUser->addColumn('moved_at', Type::DATETIME)->setNotnull(false); - $sessionRelUser->addColumn('duration', Type::INTEGER)->setNotnull(false); $sessionRelUser->addIndex(['session_id']); $sessionRelUser->addIndex(['user_id']);