Skip to content

Commit 8c1c1cf

Browse files
committed
Use unskipped table method and add ignoreDatabaseTables config overwrite possibility.
1 parent 0ebd4d7 commit 8c1c1cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/app.example.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@
4545
// For meta file generator
4646
'generatorTasks' => [
4747
],
48-
// For Migrations plugin DatabaseTableTask generator task
48+
// A regex pattern - for Migrations plugin DatabaseTableTask generator task
49+
'ignoreDatabaseTables' => null,
50+
// A list of tables - for Migrations plugin DatabaseTableTask generator task
4951
'skipDatabaseTables' => null,
5052
// For Illuminator tasks
5153
'illuminatorTasks' => [

0 commit comments

Comments
 (0)