The docs seems outdated.
My config looks like this:
environments:
default_migration_table: phinxlog
default_environment: development
But I get a warning: warning no environment specified, defaulting to: development.
How to properly set default_environment?
The docs seems outdated.
My config looks like this:
But I get a warning:
warning no environment specified, defaulting to: development.How to properly set
default_environment?