Skip to content
Snippets Groups Projects
Commit 774c0787 authored by Joris van Zwieten's avatar Joris van Zwieten
Browse files

BugID: 1037

- By default result code is now initialized to -1 (UNKNOWN).
parent ec7bb060
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ CREATE TABLE blackboard.result
timestamp TIMESTAMP WITH TIME ZONE DEFAULT now(),
node INET DEFAULT inet_client_addr(),
result_code INTEGER NOT NULL,
result_code INTEGER DEFAULT -1,
message TEXT NOT NULL,
read_flag BOOL DEFAULT 'false',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment