Skip to content

Commit 05f65af

Browse files
authored
Merge pull request #1073 from biigle/patch-1
Update publish migration behavior
2 parents b57db9c + 8877ffb commit 05f65af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
'migrations' => [
6363
'table' => 'migrations',
64-
'update_date_on_publish' => true,
64+
'update_date_on_publish' => false,
6565
],
6666

6767
/*

0 commit comments

Comments
 (0)