-
Type: Bug
-
Status: Done (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: common 0.11
-
Fix Version/s: common 0.11
-
Labels:None
In migrations we have:
`DESCRIPTION` varchar(255) DEFAULT NULL,
While in annotations we have 256 which causes errors when entering 256. Need to change the annotation to 255 as well.