mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
ChillTicketBundle is now registered in `composer.json`, `bundles.php`, and `doctrine_migrations_chill.yaml`. This integration ensures its autoloading, enables its functionality across environments, and sets up its migration paths.
23 lines
1.2 KiB
YAML
23 lines
1.2 KiB
YAML
doctrine_migrations:
|
|
migrations_paths:
|
|
# migrations for default chill modules
|
|
'Chill\Migrations\Main': '@ChillMainBundle/migrations'
|
|
'Chill\Migrations\Activity': '@ChillActivityBundle/migrations'
|
|
'Chill\Migrations\DocStore': '@ChillDocStoreBundle/migrations'
|
|
'Chill\Migrations\CustomFields': '@ChillCustomFieldsBundle/migrations'
|
|
'Chill\Migrations\Event': '@ChillEventBundle/migrations'
|
|
'Chill\Migrations\Person': '@ChillPersonBundle/migrations'
|
|
'Chill\Migrations\Task': '@ChillTaskBundle/migrations'
|
|
'Chill\Migrations\ThirdParty': '@ChillThirdPartyBundle/migrations'
|
|
'Chill\Migrations\DocGenerator': '@ChillDocGeneratorBundle/migrations'
|
|
'Chill\Migrations\AsideActivity': '@ChillAsideActivityBundle/migrations'
|
|
'Chill\Migrations\Calendar': '@ChillCalendarBundle/migrations'
|
|
'Chill\Migrations\Budget': '@ChillBudgetBundle/migrations'
|
|
'Chill\Migrations\Report': '@ChillReportBundle/migrations'
|
|
'Chill\Migrations\Ticket': '@ChillTicketBundle/migrations'
|
|
all_or_nothing:
|
|
true
|
|
|
|
services:
|
|
'Doctrine\Migrations\Version\Comparator': 'Chill\MainBundle\Doctrine\Migrations\VersionComparator'
|