Files
symfony-flex-recipes-contrib/datana-gmbh.doctrine-postgres-public-schema-listener.1.0.json
T
github-action[bot]andgithub-action[bot] d8e7c3dd34 Update Flex endpoint
2022-05-02 07:27:02 +00:00

28 lines
969 B
JSON

{
"manifests": {
"datana-gmbh/doctrine-postgres-public-schema-listener": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/datana_doctrine_postgres_public_schema_listener.yaml": {
"contents": [
"services:",
" _defaults:",
" autowire: true",
"",
" Datana\\Doctrine\\EventSubscriber\\MigrationEventSubscriber:",
" tags:",
" - { name: doctrine.event_subscriber, connection: default }",
""
],
"executable": false
}
},
"ref": "83283a6cefa72e1906f8c200df5782163552c52d"
}
}
}