mirror of
https://github.com/demostf/migrate.git
synced 2026-06-03 17:24:10 +02:00
lower migrate age to 3 days
This commit is contained in:
parent
1ccd196841
commit
b51f8a175a
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ $api = new \Demostf\Migrate\Api(getenv('SOURCE'));
|
|||
$migrate = new \Demostf\Migrate\Migrate($api, $store, getenv('BACKEND'), getenv('KEY'));
|
||||
$statePath = getenv('STATE_FILE');
|
||||
|
||||
$fromDate = new DateTime('-5 days');
|
||||
$fromDate = new DateTime('-3 days');
|
||||
|
||||
$list = $api->listDemos(1, 'ASC', 'static');
|
||||
foreach ($list as $demo) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue