mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
14 lines
525 B
YAML
14 lines
525 B
YAML
# 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:
|
|
# - 'user'
|
|
# - 'product'
|
|
# - ...
|
|
# The statement that will be excluded from check. (optional)
|
|
# excluded_statements: # List of operations that not need a warning
|
|
# - 'TRUNCATE TABLE'
|
|
# - ...
|