Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-05-02 07:27:02 +00:00
parent 344053055c
commit d8e7c3dd34
3 changed files with 57 additions and 0 deletions
@@ -0,0 +1,27 @@
{
"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"
}
}
}
@@ -0,0 +1,27 @@
{
"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"
}
}
}
+3
View File
@@ -279,6 +279,9 @@
"datana-gmbh/doctrine-postgres-milliseconds-platform": [
"1.0"
],
"datana-gmbh/doctrine-postgres-public-schema-listener": [
"1.0"
],
"datana-gmbh/intercom-config": [
"1.1"
],