cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 892 forks source link

Clarify where feature flags are in configuration file with a YAML example #2206

Closed SteenSchutt closed 1 year ago

SteenSchutt commented 1 year ago

The feature flags documentation in configuration.rst now contains a YAML configuration example for them, to show that the flags belong in an array named feature_flags. Previously there was no mention of this, which made it unclear whether the flags belonged in the top level or under a specific configuration key.