diff --git a/eniams/safe-migrations/0.1/config/safe_migrations.yaml b/eniams/safe-migrations/0.1/config/safe_migrations.yaml new file mode 100644 index 00000000..e5774510 --- /dev/null +++ b/eniams/safe-migrations/0.1/config/safe_migrations.yaml @@ -0,0 +1,13 @@ +# https://github.com/ismail1432/safe-migrations-bundle +safe_migrations: + # The path where the doctrine migrations are stored. (required) + migrations_path: '%kernel.project_dir%/migrations' + # List of critical tables that need a warning when they are modified. (optional) + # critical_tables: # List of critical tables + # - 'user' + # - 'product' + # - ... + # The statement that will be excluded from check. (optional) + # excluded_statements: # List of operations that not need a warning + # - 'TRUNCATE TABLE' + # - ... diff --git a/eniams/safe-migrations/0.1/manifest.json b/eniams/safe-migrations/0.1/manifest.json new file mode 100644 index 00000000..ce19615d --- /dev/null +++ b/eniams/safe-migrations/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": ["dev"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}