1 week migration age

This commit is contained in:
Robin Appelman 2017-10-19 21:54:28 +02:00
commit c76de9362a

View file

@ -12,7 +12,7 @@ $api = new \Demostf\Migrate\Api(getenv('SOURCE'));
$migrate = new \Demostf\Migrate\Migrate($api, $store, getenv('BACKEND'), getenv('KEY')); $migrate = new \Demostf\Migrate\Migrate($api, $store, getenv('BACKEND'), getenv('KEY'));
$statePath = getenv('STATE_FILE'); $statePath = getenv('STATE_FILE');
$fromDate = new DateTime('-2 weeks'); $fromDate = new DateTime('-1 weeks');
$list = $api->listDemos(1, 'ASC', 'static'); $list = $api->listDemos(1, 'ASC', 'static');
foreach ($list as $demo) { foreach ($list as $demo) {