Skip to content
Snippets Groups Projects
Commit 5be547b5 authored by Sonia Zorba's avatar Sonia Zorba
Browse files

Added job_id column also on deleted_node table (it should be always null)

parent f8db2a5d
No related branches found
No related tags found
No related merge requests found
Pipeline #1981 passed
......@@ -91,6 +91,7 @@ CREATE TABLE deleted_node (
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
sticky BOOLEAN default false,
busy_state BOOLEAN default NULL,
job_id VARCHAR default NULL,
creator_id VARCHAR default NULL,
group_read VARCHAR[] default NULL,
group_write VARCHAR[] default NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment