mirror of
https://github.com/demostf/migrate.git
synced 2026-06-03 17:24:10 +02:00
2 days
This commit is contained in:
parent
2c085d49b5
commit
a4b773ea0c
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'));
|
$migrate = new \Demostf\Migrate\Migrate($api, $store, getenv('BACKEND'), getenv('KEY'));
|
||||||
$statePath = getenv('STATE_FILE');
|
$statePath = getenv('STATE_FILE');
|
||||||
|
|
||||||
$fromDate = new DateTime('-36 hours');
|
$fromDate = new DateTime('-2 days');
|
||||||
|
|
||||||
$list = $api->listDemos(1, 'ASC', 'static');
|
$list = $api->listDemos(1, 'ASC', 'static');
|
||||||
foreach ($list as $demo) {
|
foreach ($list as $demo) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue