[增添]增加了时间配置管理功能及页面
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
use Spatie\LaravelSettings\Migrations\SettingsMigration;
|
||||
|
||||
|
||||
return new class extends SettingsMigration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
$this->migrator->add('time.global_time', '');
|
||||
$this->migrator->add('time.node_exporter_time', '');
|
||||
$this->migrator->add('time.opcua_time', '');
|
||||
$this->migrator->add('time.prometheus_time', '');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user