feat: support article demo videos and category counts
This commit is contained in:
3
sql/article_video_feed_id_2.sql
Normal file
3
sql/article_video_feed_id_2.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- 每篇文章最多维护两个微信视频号演示视频。
|
||||
ALTER TABLE `app_blog_article`
|
||||
ADD COLUMN `video_feed_id_2` VARCHAR(255) NULL COMMENT '第二个视频号演示视频feedId' AFTER `video_feed_id`;
|
||||
Reference in New Issue
Block a user