mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update V20.php
This commit is contained in:
parent
5faf7899f8
commit
a63246c2cf
1 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ class V20 extends Migration
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
Console::warning("'oAuthProviders' from {$id}: {$th->getMessage()}");
|
Console::warning("'oAuthProviders' from {$id}: {$th->getMessage()}");
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 'schedules':
|
case 'schedules':
|
||||||
try {
|
try {
|
||||||
$this->createAttributeFromCollection($this->projectDB, $id, 'resourceCollection');
|
$this->createAttributeFromCollection($this->projectDB, $id, 'resourceCollection');
|
||||||
|
|
@ -80,6 +81,7 @@ class V20 extends Migration
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
Console::warning("'schedules' from {$id}: {$th->getMessage()}");
|
Console::warning("'schedules' from {$id}: {$th->getMessage()}");
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 'webhooks':
|
case 'webhooks':
|
||||||
try {
|
try {
|
||||||
$this->createAttributeFromCollection($this->projectDB, $id, 'enabled');
|
$this->createAttributeFromCollection($this->projectDB, $id, 'enabled');
|
||||||
|
|
@ -89,6 +91,7 @@ class V20 extends Migration
|
||||||
} catch (\Throwable $th) {
|
} catch (\Throwable $th) {
|
||||||
Console::warning("'webhooks' from {$id}: {$th->getMessage()}");
|
Console::warning("'webhooks' from {$id}: {$th->getMessage()}");
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue