Loading 00-tables.sql +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ CREATE TABLE node ( -- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously async_trans BOOLEAN default false, sticky BOOLEAN default false, immutable BOOLEAN default false, -- id of the blocking job running on the node (used to compute busy state) job_id VARCHAR default NULL, creator_id VARCHAR default NULL, Loading Loading
00-tables.sql +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ CREATE TABLE node ( -- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously async_trans BOOLEAN default false, sticky BOOLEAN default false, immutable BOOLEAN default false, -- id of the blocking job running on the node (used to compute busy state) job_id VARCHAR default NULL, creator_id VARCHAR default NULL, Loading