Project

General

Profile

Actions

Bug #9646

closed

Bad constraint in table nodeConfigurations

Added by François ARMAND over 7 years ago. Updated over 7 years ago.

Status:
Released
Priority:
1
Category:
Web - Compliance & node report
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

In table nodeConfigurations, with the constrain:

, configuration     text NOT NULL CHECK (nodeId <> '' )

That should be:

, configuration     text NOT NULL CHECK (configuration <> '' )
Actions

Also available in: Atom PDF