Project

General

Profile

Actions

Bug #9646

closed

Bad constraint in table nodeConfigurations

Added by François ARMAND about 8 years ago. Updated about 8 years ago.

Status:
Released
Priority:
1 (highest)
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