Merge pull request #25882 from overleaf/jpa-sp-mongo-6

[web] bump minimum mongo version for Server Pro to 6.0

GitOrigin-RevId: 57821a0610b640880e3801e597f78103d580ee40
This commit is contained in:
Miguel Serrano
2025-05-23 12:45:07 +02:00
committed by Copybot
parent 978086c658
commit 01dc0a4b45

View File

@@ -6,7 +6,7 @@ import {
const { ObjectId } = mongodb
const MIN_MONGO_VERSION = [5, 0]
const MIN_MONGO_VERSION = [6, 0]
async function main() {
let mongoClient