Add team labels schema

This commit is contained in:
Matej Bačo
2026-01-05 10:31:58 +01:00
parent 4dc5df3923
commit da5b68490c
+11
View File
@@ -1288,6 +1288,17 @@ return [
'array' => false,
'filters' => ['json'],
],
[
'$id' => ID::custom('labels'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 128,
'signed' => true,
'required' => false,
'default' => null,
'array' => true,
'filters' => [],
],
],
'indexes' => [
[