This commit is contained in:
Robin Appelman 2019-02-18 19:16:30 +01:00
commit dbf6332fc0

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