mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-17 07:44:24 +00:00
The commit includes the ChillTicketBundle in the bundles configuration file for testing. Additionally, the autoload-dev directive in the composer.json file was updated to include the "App" namespace for testing purposes. This ensures that the tests related to the "App" namespace are correctly autoloaded.
32 lines
1.5 KiB
YAML
32 lines
1.5 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\Report': '@ChillReportBundle/migrations'
|
|
'Chill\Migrations\Task': '@ChillTaskBundle/migrations'
|
|
'Chill\Migrations\ThirdParty': '@ChillThirdPartyBundle/migrations'
|
|
'Chill\Migrations\AsideActivity': '@ChillAsideActivityBundle/migrations'
|
|
'Chill\Migrations\DocGenerator': '@ChillDocGeneratorBundle/migrations'
|
|
'Chill\Migrations\Calendar': '@ChillCalendarBundle/migrations'
|
|
'Chill\Migrations\Budget': '@ChillBudgetBundle/migrations'
|
|
'Chill\Migrations\Ticket': '@ChillTicketBundle/migrations'
|
|
|
|
all_or_nothing:
|
|
true
|
|
|
|
services:
|
|
'Doctrine\Migrations\Version\Comparator': 'Chill\MainBundle\Doctrine\Migrations\VersionComparator'
|
|
|
|
storage:
|
|
table_storage:
|
|
table_name: 'migration_versions'
|
|
version_column_name: 'version'
|
|
version_column_length: 1024
|
|
executed_at_column_name: 'executed_at'
|
|
execution_time_column_name: 'execution_time'
|