Files
symfony-flex-recipes-contrib/eniams.safe-migrations.1.0.json
T
github-action[bot]andgithub-action[bot] 23a16f350e Update Flex endpoint
2023-05-07 09:38:53 +00:00

39 lines
1.5 KiB
JSON

{
"manifests": {
"eniams/safe-migrations": {
"manifest": {
"bundles": {
"Eniams\\SafeMigrationsBundle\\SafeMigrationsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/safe_migrations.yaml": {
"contents": [
"# 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'",
" # - ...",
""
],
"executable": false
}
},
"ref": "9373c51640e1467579b1f638c51dd419901523fe"
}
}
}