Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
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