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

Set location_id default value to null

parent 1d86cda1
No related branches found
No related tags found
No related merge requests found
Pipeline #919 passed
......@@ -40,7 +40,7 @@ CREATE TABLE node (
os_name VARCHAR default NULL,
tstamp_wrapper_dir VARCHAR default NULL,
type NodeType NOT NULL,
location_id SMALLINT NOT NULL,
location_id SMALLINT default NULL,
format VARCHAR default NULL,
-- format is used to distinguish between unstuctured (format=NULL) and structured nodes having a well defined format
async_trans BOOLEAN default false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment