Merge remote-tracking branch 'origin/api-v1.10.0' into dev
This commit is contained in:
commit
539b91a6e6
2 changed files with 2 additions and 0 deletions
|
|
@ -747,6 +747,7 @@ $$
|
|||
metric_value text[] NOT NULL DEFAULT '{}'::text[],
|
||||
metric_format text,
|
||||
thumbnail text,
|
||||
is_pinned boolean NOT NULL DEFAULT FALSE,
|
||||
default_config jsonb NOT NULL DEFAULT '{
|
||||
"col": 2,
|
||||
"row": 2,
|
||||
|
|
|
|||
|
|
@ -854,6 +854,7 @@ $$
|
|||
metric_value text[] NOT NULL DEFAULT '{}'::text[],
|
||||
metric_format text,
|
||||
thumbnail text,
|
||||
is_pinned boolean NOT NULL DEFAULT FALSE,
|
||||
default_config jsonb NOT NULL DEFAULT '{
|
||||
"col": 2,
|
||||
"row": 2,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue