From ca1c30e5aa1505acbb781038361f2a8e7a2abb93 Mon Sep 17 00:00:00 2001 From: Shift Date: Fri, 1 Nov 2024 08:33:34 +0000 Subject: [PATCH] Streamline config files --- config/database.php | 5 +++++ 1 file changed, 5 insertions(+) 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 + ], + ];