mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-15 18:54:14 +00:00
6 lines
101 B
MySQL
6 lines
101 B
MySQL
![]() |
ALTER TABLE space
|
||
|
ADD "archived" bool;
|
||
|
|
||
|
UPDATE space
|
||
|
SET "archived" = (data->>'archived')::boolean;
|