mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
11 lines
193 B
PHP
11 lines
193 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'migrations' => [
|
|
'table' => 'migrations',
|
|
'update_date_on_publish' => false, // disable to preserve original behavior for existing applications
|
|
],
|
|
|
|
];
|