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

This commit is contained in:
vidya sagar
2025-03-27 11:45:36 -06:00
committed by GitHub
parent cfb86936f8
commit cee0ff744a
2 changed files with 1 additions and 7 deletions
+1 -4
View File
@@ -367,10 +367,7 @@
"command": "yarn" "command": "yarn"
} }
], ],
"mongodb": { "postgresql": {
"version": "5.0"
},
"postgresql": {
"version": "14" "version": "14"
}, },
"pwsh": { "pwsh": {
-3
View File
@@ -314,9 +314,6 @@
"command": "yarn" "command": "yarn"
} }
], ],
"mongodb": {
"version": "7.0"
},
"postgresql": { "postgresql": {
"version": "16" "version": "16"
}, },