Re: how can I increase the size of any column of SecurityGroup entity

2023-05-20 Thread Jacques Le Roux
Hi Maheshwari, This may also help you with some examples: https://cwiki.apache.org/confluence/display/OFBIZ/Revisions+Requiring+Data+Migration+-+upgrade+ofbiz HTH Jacques Le 20/05/2023 à 14:04, Nicolas Malin a écrit : What's didn't works ? When you recreate all the db with OFBiz after a chan

Re: how can I increase the size of any column of SecurityGroup entity

2023-05-20 Thread Nicolas Malin
What's didn't works ? When you recreate all the db with OFBiz after a change, or just restart OFBiz on existing database ? On the second you need to apply an ALTER TABLE on your field. For the first, check that you modified the good fieldType file. Nicolas On 20/05/2023 12:06, Mahi maheshwa

how can I increase the size of any column of SecurityGroup entity

2023-05-20 Thread Mahi maheshwari
Hello Community, I'm trying to change the size of groupId column of the SecurityGroup entity. I tried changing the size from 20 to 80 as mentioned below. Method: 1 I replaced this line with the below line of code Method: 2 and also tried changing the below-mentioned code, I changed the type