mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-25 08:48:44 +00:00
removed max length because field changed to mediumtext
This commit is contained in:
@ -52,10 +52,11 @@ public class ScheduledJobParameter extends QRecordEntity
|
||||
@QField(maxLength = 250, valueTooLongBehavior = ValueTooLongBehavior.ERROR, isRequired = true)
|
||||
private String key;
|
||||
|
||||
@QField(maxLength = 250, valueTooLongBehavior = ValueTooLongBehavior.ERROR)
|
||||
@QField()
|
||||
private String value;
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
** Constructor
|
||||
**
|
||||
@ -77,7 +78,6 @@ public class ScheduledJobParameter extends QRecordEntity
|
||||
|
||||
|
||||
|
||||
|
||||
/*******************************************************************************
|
||||
** Getter for id
|
||||
*******************************************************************************/
|
||||
@ -262,5 +262,4 @@ public class ScheduledJobParameter extends QRecordEntity
|
||||
return (this);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user