Skip to content

Commit

Permalink
chore(mongo): règle la featureCompatibility à 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Mar 5, 2025
1 parent 1b13fca commit db00256
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions graphql/migrations/20250305092400-mongo44.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
exports.up = async function (db) {
return db._run('executeDbAdminCommand', {
setFeatureCompatibilityVersion: '4.4',
})
}

exports.down = function () {
return null
}

0 comments on commit db00256

Please sign in to comment.