Actions
Bug #9646
closedBad constraint in table nodeConfigurations
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Compliance & node report
Target version:
Pull Request:
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