actions column

This commit is contained in:
Hemachandar
2026-01-27 18:25:51 +05:30
parent abdf89ff89
commit 92c81ba429
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -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() ?? [];