From 143b8e4143146aee1ab57cc63fb9a65035ed4ee2 Mon Sep 17 00:00:00 2001 From: Robert Durica Date: Mon, 20 Jan 2025 22:11:07 +0100 Subject: [PATCH] Fixed: Nettrine mirations config --- config/ext/nettrine.neon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ext/nettrine.neon b/config/ext/nettrine.neon index 766ae94..b2031de 100644 --- a/config/ext/nettrine.neon +++ b/config/ext/nettrine.neon @@ -42,8 +42,8 @@ nettrine.orm.annotations: nettrine.migrations: table: doctrine_migrations column: version - directory: %rootDir%/db/Migrations - namespace: Database\Migrations + directories: + Database\Migrations: %rootDir%/db/Migrations versionsOrganization: null nettrine.fixtures: