feat: init postgresql database
This commit is contained in:
@@ -46,4 +46,8 @@ class Project extends BaseModel
|
||||
{
|
||||
return $this->hasManyThrough(Application::class, Environment::class);
|
||||
}
|
||||
}
|
||||
public function postgresqls()
|
||||
{
|
||||
return $this->hasManyThrough(Postgresql::class, Environment::class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user