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

@@ -147,7 +147,7 @@ public class HawkbitSecurityProperties {
/**
* Maximum number of targets per rollout group
*/
private int maxActionsPerTarget = 500;
private int maxActionsPerTarget = 2000;
/**
* Maximum number of targets for a manual distribution set assignment.