From 8c1c1cfe35dd3316c43e0a4ea02b7ff238946333 Mon Sep 17 00:00:00 2001 From: mscherer Date: Fri, 29 Nov 2024 13:07:49 +0100 Subject: [PATCH] Use unskipped table method and add ignoreDatabaseTables config overwrite possibility. --- config/app.example.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/app.example.php b/config/app.example.php index 9e0a61da..25ab1e88 100644 --- a/config/app.example.php +++ b/config/app.example.php @@ -45,7 +45,9 @@ // For meta file generator 'generatorTasks' => [ ], - // For Migrations plugin DatabaseTableTask generator task + // A regex pattern - for Migrations plugin DatabaseTableTask generator task + 'ignoreDatabaseTables' => null, + // A list of tables - for Migrations plugin DatabaseTableTask generator task 'skipDatabaseTables' => null, // For Illuminator tasks 'illuminatorTasks' => [