mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
actions column
This commit is contained in:
@@ -1379,6 +1379,17 @@ $platformCollections = [
|
||||
'array' => false,
|
||||
'filters' => [],
|
||||
],
|
||||
[
|
||||
'$id' => ID::custom('actions'),
|
||||
'type' => Database::VAR_STRING,
|
||||
'format' => '',
|
||||
'size' => 65535,
|
||||
'signed' => true,
|
||||
'required' => false,
|
||||
'default' => new \stdClass(),
|
||||
'array' => false,
|
||||
'filters' => ['json'],
|
||||
],
|
||||
],
|
||||
'indexes' => [
|
||||
[
|
||||
|
||||
@@ -94,7 +94,7 @@ class Certificates extends Action
|
||||
CertificatesAdapter $certificates,
|
||||
array $plan,
|
||||
ValidatorAuthorization $authorization,
|
||||
array $nameservers,
|
||||
?array $nameservers,
|
||||
): void {
|
||||
$payload = $message->getPayload() ?? [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user