Fix Migrations - refs BT#10997 BT#10998

ofaj
Angel Fernando Quiroz Campos 10 years ago
parent e67e85d769
commit 7c7d6deb48
  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