Skip to content

Commit

Permalink
Fix Migrations - refs BT#10997 BT#10998
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Mar 29, 2016
1 parent 2674ce5 commit 55c17b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Migrations/Schema/V110/Version20151101082300.php
Expand Up @@ -252,7 +252,6 @@ public function up(Schema $schema)
$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']);
Expand Down

0 comments on commit 55c17b8

Please sign in to comment.