mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update schema manually (#6362)
Allow build-schema.php to be run by hand more easily.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user