feat: add signed PostgreSQL release updates

This commit is contained in:
Qiufeng
2026-08-03 23:45:32 +08:00
parent 2524a37a07
commit f6e22cb670
99 changed files with 44671 additions and 284 deletions
@@ -5,7 +5,6 @@ import jakarta.persistence.Entity;
import jakarta.persistence.GeneratedValue;
import jakarta.persistence.GenerationType;
import jakarta.persistence.Id;
import jakarta.persistence.Lob;
import jakarta.persistence.Table;
/** 博客文章(知识社区 - 我的博客)。tags 为逗号分隔。 */
@@ -22,7 +21,6 @@ public class Blog {
@Column(length = 2000)
private String summary;
@Lob
@Column(columnDefinition = "TEXT")
private String body;