[Notice] Announcing the End of Demo Server [Read me]

Merge branch 'issue-2295' into 'next'
from pull-request 1560 * refs/heads/issue-2295: Add missing @lob Reviewed-by: 채수원Reviewed-by: 이응준
@a3bb610454c290867b892168146fccf0309828b3
--- app/models/PullRequestCommit.java
+++ app/models/PullRequestCommit.java
... | ... | @@ -46,6 +46,7 @@ |
46 | 46 |
public String commitId; |
47 | 47 |
public Date authorDate; |
48 | 48 |
public Date created; |
49 |
+ @Lob |
|
49 | 50 |
public String commitMessage; |
50 | 51 |
public String commitShortId; |
51 | 52 |
public String authorEmail; |
--- app/models/PullRequestEvent.java
+++ app/models/PullRequestEvent.java
... | ... | @@ -52,7 +52,9 @@ |
52 | 52 |
|
53 | 53 |
public Date created; |
54 | 54 |
|
55 |
+ @Lob |
|
55 | 56 |
public String oldValue; |
57 |
+ @Lob |
|
56 | 58 |
public String newValue; |
57 | 59 |
|
58 | 60 |
@Override |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?