TASK: Apply migration Neos.Flow-20190515215000
Adjust "Settings.yaml" to new PSR-3 logging settings (see https://github.com/neos/flow-development-collection/pull/1574) Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again.
This commit is contained in:
parent
d3714249e5
commit
5ed22d20f0
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@
|
|||
"applied-flow-migrations": [
|
||||
"Neos.SwiftMailer-20161130105617",
|
||||
"Neos.Flow-20180415105700",
|
||||
"Neos.Flow-20190425144900"
|
||||
"Neos.Flow-20190425144900",
|
||||
"Neos.Flow-20190515215000"
|
||||
]
|
||||
},
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in a new issue