diff --git a/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml b/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml new file mode 100644 index 00000000..406b7541 --- /dev/null +++ b/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml @@ -0,0 +1,5 @@ +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 diff --git a/gheb/data-migrations-bundle/1.3/manifest.json b/gheb/data-migrations-bundle/1.3/manifest.json new file mode 100644 index 00000000..36fa9771 --- /dev/null +++ b/gheb/data-migrations-bundle/1.3/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Gheb\\DataMigrationsBundle\\DataMigrationsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/", + "src/": "%SRC_DIR%/" + } +} diff --git a/gheb/data-migrations-bundle/1.3/src/DataMigrations/.gitignore b/gheb/data-migrations-bundle/1.3/src/DataMigrations/.gitignore new file mode 100644 index 00000000..e69de29b