"cfmigrations":{
"migrationsDirectory":"resources/database/migrations",
"schema":"${DB_SCHEMA}",
"connectionInfo":{
"bundleName":"${DB_BUNDLENAME}",
"bundleVersion":"${DB_BUNDLEVERSION}",
"password":"${DB_PASSWORD}",
"connectionString":"${DB_CONNECTIONSTRING}",
"class":"${DB_CLASS}",
"username":"${DB_USER}"
},
"defaultGrammar":"AutoDiscover@qb"
}
I'm getting this error:
There is no bundleName key in your box.json. Please create one with the necessary values. See https://github.com/commandbox-modules/commandbox-migrationsMy box.json is:
How can I fix this?