mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-05 16:02:34 +00:00
Plugins base (#613)
* wip * wip * cleanup * notification channels * phpstan * services * remove server types * refactoring * refactoring
This commit is contained in:
@ -71,8 +71,8 @@ private function database(Server $server): void
|
||||
Service::query()->create([
|
||||
'server_id' => $server->id,
|
||||
'type' => 'database',
|
||||
'name' => config('core.databases_name.mysql80'),
|
||||
'version' => config('core.databases_version.mysql80'),
|
||||
'name' => 'mysql',
|
||||
'version' => '8.4',
|
||||
'status' => ServiceStatus::READY,
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user