Update schema manually (#6362)

Allow build-schema.php to be run by hand more easily.
This commit is contained in:
Tony Murray
2017-04-05 09:06:11 -05:00
committed by GitHub
parent 6a73e725af
commit 55162129ff
2 changed files with 3 additions and 8 deletions

View File

@@ -26,8 +26,7 @@ if (getenv('DBTEST')) {
}
sleep(60);//Sleep for 60 seconds to ensure db work has completed
$output = dump_db_schema();
echo Symfony\Component\Yaml\Yaml::dump($output, 3, 2);
}
$output = dump_db_schema();
echo Symfony\Component\Yaml\Yaml::dump($output, 3, 2);