mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
chore: linter
This commit is contained in:
parent
4250a634d3
commit
732a2b4a98
1 changed files with 2 additions and 2 deletions
|
|
@ -718,11 +718,11 @@ class V19 extends Migration
|
|||
'schedule' => $document->getAttribute('schedule'),
|
||||
'active' => !empty($document->getAttribute('schedule')) && !empty($document->getAttribute('deployment')),
|
||||
]));
|
||||
|
||||
|
||||
$document->setAttribute('scheduleId', $schedule->getId());
|
||||
$document->setAttribute('scheduleInternalId', $schedule->getInternalId());
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
case 'projects':
|
||||
$document->setAttribute('version', '1.4.0');
|
||||
|
|
|
|||
Loading…
Reference in a new issue