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:
Melanie Retter
2018-06-29 10:34:26 +02:00
committed by Stefan Behl
parent d982bb9a5f
commit bafce18db6
9 changed files with 172 additions and 9 deletions

View File

@@ -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.