ConvoyPanel/config/database.php
2024-10-15 00:33:09 +00:00

10 lines
193 B
PHP

<?php
return [
'migrations' => [
'table' => 'migrations',
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
],
];