[Ubuntu] Remving mongo db from toolset in Ubuntu 22.04 and 24.04 (#11890)

This commit is contained in:
vidya sagar
2025-03-27 23:15:36 +05:30
committed by GitHub
parent cfb86936f8
commit cee0ff744a
2 changed files with 1 additions and 7 deletions

View File

@@ -367,10 +367,7 @@
"command": "yarn" "command": "yarn"
} }
], ],
"mongodb": { "postgresql": {
"version": "5.0"
},
"postgresql": {
"version": "14" "version": "14"
}, },
"pwsh": { "pwsh": {

View File

@@ -314,9 +314,6 @@
"command": "yarn" "command": "yarn"
} }
], ],
"mongodb": {
"version": "7.0"
},
"postgresql": { "postgresql": {
"version": "16" "version": "16"
}, },