chore: Deprecate extra in favor of driver options (#6772)

**What**
Deprecate databse_extra in favor of database_driver_options

Co-authored-by: Sebastian Rindom <7554214+srindom@users.noreply.github.com>
This commit is contained in:
Adrien de Peretti
2024-03-21 14:45:11 +00:00
committed by GitHub
co-authored by Sebastian Rindom
parent 56481e683d
commit 1ef9c78cea
8 changed files with 64 additions and 14 deletions
@@ -15,6 +15,7 @@ const { logger } = require("@medusajs/medusa-cli/dist/reporter")
module.exports = {
initDb: async function ({
cwd,
// use for v1 datasource only
database_extra,
env,
force_modules_migration,