From 19c5ad3ca7bd7e754ece761fc741a9eb3060a445 Mon Sep 17 00:00:00 2001 From: Fabian Vetter Date: Tue, 16 Nov 2021 18:10:20 +0100 Subject: [PATCH] #19 upgrade migration configuration --- Migrations/shared-project-timesheets.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Migrations/shared-project-timesheets.yaml b/Migrations/shared-project-timesheets.yaml index e2b3bd6..fce7acb 100644 --- a/Migrations/shared-project-timesheets.yaml +++ b/Migrations/shared-project-timesheets.yaml @@ -6,7 +6,5 @@ # bin/console kimai:bundle:shared-project-timesheets:install # -------------------------------------------------------------------------------------------------- -name: SharedProjectTimesheetsMigrations -table_name: bundle_migration_shared_project_timesheets -migrations_namespace: KimaiPlugin\SharedProjectTimesheetsBundle\Migrations -migrations_directory: var/plugins/SharedProjectTimesheetsBundle/Migrations +migrations_paths: + KimaiPlugin\SharedProjectTimesheetsBundle\Migrations: var/plugins/SharedProjectTimesheetsBundle/Migrations