GitHub user tomsun28 added a comment to the discussion: When I tried to fix
issue #3184, I encountered a problem and need help.
hi, to fix this issue , i think we need update define in code here `@Size
@Column`
```
@Schema(title = "Alarm Threshold Expr", example = "usage>90", accessMode =
READ_WRITE)
@Size(max = 2048)
@Column(length = 2048)
private String expr;
```
And then add a database migration as above, the migration is right and it is
recommended to use more generic file names, because 1.7.1 may have other SQL
changes.
GitHub link:
https://github.com/apache/hertzbeat/discussions/3196#discussioncomment-12666383
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]