commandbox-modules / commandbox-migrations

MIT License
7 stars 9 forks source link

BundleName error #31

Open Tropicalista opened 2 years ago

Tropicalista commented 2 years ago

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?

elpete commented 1 year ago

Hi, @Tropicalista. Is this still an issue? I haven't seen or heard of this from any other users.

Tropicalista commented 1 year ago

No, it seems working now. Thanks