Skip to content

Commit

Permalink
fix: gogf#23 gf_reply表第一行的target_id不存在gf_content中,换个存在的id
Browse files Browse the repository at this point in the history
  • Loading branch information
buxianshan committed Aug 1, 2024
1 parent d9034a0 commit ba45d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/document/focus.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ CREATE TABLE `gf_reply` (
-- ----------------------------
-- Records of gf_reply
-- ----------------------------
INSERT INTO `gf_reply` VALUES (32, 0, '', '<p>支持一下Goframe</p>\n', 'topic', 10785, 1, 0, 0, '2021-01-01 22:40:27', '2021-01-01 22:40:27');
INSERT INTO `gf_reply` VALUES (32, 0, '', '<p>支持一下Goframe</p>\n', 'topic', 20006, 1, 0, 0, '2021-01-01 22:40:27', '2021-01-01 22:40:27');
INSERT INTO `gf_reply` VALUES (33, 0, '', '<p>支持一下GoFrame</p>\n', 'topic', 20822, 1, 0, 0, '2021-01-01 22:44:13', '2021-01-01 22:44:13');

-- ----------------------------
Expand Down
2 changes: 1 addition & 1 deletion manifest/document/sqlite/focus.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ CREATE TABLE `gf_reply` (
-- ----------------------------
-- Records of gf_reply
-- ----------------------------
INSERT INTO `gf_reply` VALUES (32, 0, '', '<p>支持一下Goframe</p>\n', 'topic', 10785, 1, 0, 0, '2021-01-01 22:40:27', '2021-01-01 22:40:27');
INSERT INTO `gf_reply` VALUES (32, 0, '', '<p>支持一下Goframe</p>\n', 'topic', 20006, 1, 0, 0, '2021-01-01 22:40:27', '2021-01-01 22:40:27');
INSERT INTO `gf_reply` VALUES (33, 0, '', '<p>支持一下GoFrame</p>\n', 'topic', 20822, 1, 0, 0, '2021-01-01 22:44:13', '2021-01-01 22:44:13');

-- ----------------------------
Expand Down

0 comments on commit ba45d0b

Please sign in to comment.