Increase size text field BDM's entity

1
0
-1
Hello.

I am a user of version 2021.1. I need to increase the size of a text type field (255 -> 512), of one of the entities of my BDM.

Although I modify it in the Bonita Studio designer, after doing the Deploy, this increment is not made in the corresponding field of the database table.

What i´m doing wrong ? How can I make this change? Is possibly modify directly database' s field ??

Thank you
1 answer

1
0
-1

Hi,

This change cannot be automatically updated. You have to do a clean deploy from the Studio (meaning scratching all the existing tables and data).

If you already are in production, you must update the specific column size using an SQL command directly on your database.

HTH
Romain

Notifications