mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Always update widget seeds when db update (#10917)
* Always update seeds when db update WIP * Only update widget seed
This commit is contained in:
@@ -103,6 +103,7 @@ try {
|
||||
}
|
||||
|
||||
if ($db_rev == 1000) {
|
||||
Artisan::call('db:seed', ['--force' => true, '--ansi' => true, '--class' => DefaultWidgetSeeder::class]);
|
||||
$return = Artisan::call('migrate', $migrate_opts);
|
||||
echo Artisan::output();
|
||||
}
|
||||
|
Reference in New Issue
Block a user