Add port mappings for postgresql

Able to add init scripts fro postgresql
This commit is contained in:
Andras Bacsai
2023-08-08 14:35:01 +02:00
parent f2228cec7b
commit bd9a1dbaf3
12 changed files with 260 additions and 41 deletions

View File

@@ -23,7 +23,6 @@ class DatabaseController extends Controller
if (!$database) {
return redirect()->route('dashboard');
}
ray($database->persistentStorages()->get());
return view('project.database.configuration', ['database' => $database]);
}
}