Skip to content

Commit

Permalink
install fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
malles committed Oct 8, 2015
1 parent 9b6755d commit f3e5d1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
$table->addColumn('status', 'smallint');
$table->addIndex(['status'], 'PORTFOLIO_PROJECT_STATUS');
$util->alterTable((new Comparator())->diffTable($util->listTableDetails('@portfolio_project'), $table));
$app['db']->executeQuery('UPDATE @portfolio_project SET status = 1');

}

}
Expand Down

0 comments on commit f3e5d1b

Please sign in to comment.