Commit 6f349e00 authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

added immutable field to nodes

parent c5eb9706
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,