Files
symfony-flex-recipes-contrib/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml
T

7 lines
257 B
YAML

data_migrations:
dir_name: '%kernel.project_dir%/src/DataMigrations'
# namespace is arbitrary but should be different from App\Migrations
# as migrations classes should NOT be autoloaded
namespace: DataMigrations
name: My app migrations