From 7c7d6deb48f68bd3d4781dd43c250f4e2fb112fa Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Tue, 29 Mar 2016 12:24:31 -0500 Subject: [PATCH] Fix Migrations - refs BT#10997 BT#10998 --- app/Migrations/Schema/V110/Version20151101082300.php | 1 - 1 file changed, 1 deletion(-) 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']);