diff --git a/config/database.php b/config/database.php index 1026e4550..700e83873 100644 --- a/config/database.php +++ b/config/database.php @@ -96,4 +96,9 @@ return [ ], ], + 'migrations' => [ + 'table' => 'migrations', + 'update_date_on_publish' => false, // disable to preserve original behavior for existing applications + ], + ];