mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-26 01:08:45 +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)
|
@QField(maxLength = 250, valueTooLongBehavior = ValueTooLongBehavior.ERROR, isRequired = true)
|
||||||
private String key;
|
private String key;
|
||||||
|
|
||||||
@QField(maxLength = 250, valueTooLongBehavior = ValueTooLongBehavior.ERROR)
|
@QField()
|
||||||
private String value;
|
private String value;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
** Constructor
|
** Constructor
|
||||||
**
|
**
|
||||||
@ -77,7 +78,6 @@ public class ScheduledJobParameter extends QRecordEntity
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
** Getter for id
|
** Getter for id
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
@ -262,5 +262,4 @@ public class ScheduledJobParameter extends QRecordEntity
|
|||||||
return (this);
|
return (this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user