-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
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-migrations
My box.json is:
"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"
}
How can I fix this?
Metadata
Metadata
Assignees
Labels
No labels