feat(DB): added missing column

This commit is contained in:
Taha Yassine Kraiem 2023-02-24 15:12:58 +01:00
parent 58bb783c0c
commit 594385290a
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,