Change length of createdBy and lastModifiedBy property to 64 characters (#699)
* Change length of createdBy and lastModifiedBy property to 64 characters * Change length of approval_decided_by property to 64 characters * Use one update statement for one DB table for MySQL * Fix migration skript for rollout approval Signed-off-by: Melanie Retter <melanie.retter@bosch-si.com>
This commit is contained in:
committed by
Stefan Behl
parent
d982bb9a5f
commit
bafce18db6
@@ -28,8 +28,7 @@ public interface Rollout extends NamedEntity {
|
||||
/**
|
||||
* Maximum length of author name.
|
||||
*/
|
||||
int APPROVED_BY_MAX_SIZE = 40;
|
||||
|
||||
int APPROVED_BY_MAX_SIZE = 64;
|
||||
|
||||
/**
|
||||
* Maximum length on comment regarding approval decision.
|
||||
|
||||
Reference in New Issue
Block a user