lower migrate age

This commit is contained in:
Robin Appelman 2017-10-19 20:15:54 +02:00
commit 30b619b9a2

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