This commit is contained in:
Robin Appelman 2021-04-16 20:15:17 +02:00
commit a4b773ea0c

View file

@ -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('-36 hours');
$fromDate = new DateTime('-2 days');
$list = $api->listDemos(1, 'ASC', 'static');
foreach ($list as $demo) {