Add port mappings for postgresql
Able to add init scripts fro postgresql
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user