mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-21 03:42:24 +02:00
git-subtree-dir: foundations/server git-subtree-mainline:fd0b7130ebgit-subtree-split:afe85b988c
6 lines
101 B
SQL
6 lines
101 B
SQL
ALTER TABLE space
|
|
ADD "archived" bool;
|
|
|
|
UPDATE space
|
|
SET "archived" = (data->>'archived')::boolean;
|