Alter mysql scheme so dataPoint->name passes from varchar(40) to varchar(255)
-
Hi, have altered mysql scheme so dataPoint.name can has up to 255 characters and that's Ok if I change name with sql command out of mango automation ...
... but dataPoint form still says "name can't have more than 40 characters" ...
Oh, man, is that limitation hardcoded in mango automation regardless mysql scheme ?
Is there some way to bypass it ?
Tnx
-
You can modify these properties in com.serotonin.m2m2.vo.AbstractVO in the 'validate' method