File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ public function getConfigTreeBuilder(): TreeBuilder
148148 ->end ()
149149 ->end ()
150150 ->booleanNode ('enable_profiler ' )
151- ->info ('Use profiler to calculate and visualize migration status. ' )
151+ ->info ('Whether or not to enable the profiler collector to calculate and visualize migration status. This adds some queries overhead . ' )
152152 ->defaultFalse ()
153153 ->end ()
154154 ->booleanNode ('transactional ' )
Original file line number Diff line number Diff line change 11DoctrineMigrationsBundle
22========================
33
4- This bundle integrates the [ Doctrine2 Migrations library] ( http://www.doctrine-project.org/projects/migrations.html )
4+ This bundle integrates the [ Doctrine Migrations library] ( http://www.doctrine-project.org/projects/migrations.html )
55into Symfony applications. Database migrations help you version the changes in
66your database schema and apply them in a predictable way on every server running
77the application.
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ application:
8383 # Whether or not to wrap migrations in a single transaction.
8484 transactional : true
8585
86+ # Whether or not to enable the profiler collector to calculate and visualize migration status. This adds some queries overhead.
87+ # enable_profiler: false
88+
8689 services :
8790 # Custom migration sorting service id
8891 ' Doctrine\Migrations\Version\Comparator ' : ~
You can’t perform that action at this time.
0 commit comments