From a7849363edf4fe5f24cd8207a659d3ec9c44cede Mon Sep 17 00:00:00 2001 From: Michael Li Date: Sat, 22 Apr 2023 22:11:06 +0800 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 246d895b..c1445274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,8 @@ All notable changes to paopao-ce are documented in this file. UNIQUE KEY `idx_topic_user_uid_tid` ( `topic_id`, `user_id` ) USING BTREE ) ENGINE = INNODB DEFAULT CHARSET = utf8mb4 COLLATE = utf8mb4_general_ci COMMENT = '用户话题'; ``` +- add tweet comment thumbs up/down feature support [#275](https://github.com/rocboss/paopao-ce/pull/275) + mirgration database first(sql ddl file in `scripts/migration/**/*_comment_thumbs.up.sql`): ### Fixed