From 6ba97e628a2b975cbc56b4e1590053eba0f30f35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20H=C3=A9bert?= Date: Mon, 3 Dec 2018 08:32:16 +0100 Subject: [PATCH] update gheb\data-migrations-bundle recipe (add default config name) --- .../1.3/config/packages/data_migrations.yaml | 1 + 1 file changed, 1 insertion(+) 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 index 406b7541..fdbb62c8 100644 --- a/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml +++ b/gheb/data-migrations-bundle/1.3/config/packages/data_migrations.yaml @@ -3,3 +3,4 @@ data_migrations: # namespace is arbitrary but should be different from App\Migrations # as migrations classes should NOT be autoloaded namespace: DataMigrations + name: My app migrations