Merge remote-tracking branch 'origin/api-v1.10.0' into dev

This commit is contained in:
Taha Yassine Kraiem 2023-02-24 15:13:52 +01:00
commit 539b91a6e6
2 changed files with 2 additions and 0 deletions

View file

@ -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,

View file

@ -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,