Fix Migrations - refs BT#10997 BT#10998

1.10.x
Angel Fernando Quiroz Campos 9 years ago
parent 2674ce5f57
commit 55c17b801c
  1. 1
      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']);

Loading…
Cancel
Save