Skip to content

Commit 0690789

Browse files
authored
Update wp_bbp_replies.sql
1 parent c724af6 commit 0690789

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tables/wp_bbp_replies.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* bbp_replies
2+
this table connects replies to topics and forums. Unique index placed on the reply/topic/forum combination.
3+
*/
4+
15
CREATE TABLE `wp_bbp_replies` (
26
`reply_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_posts table for the post_type = \'reply\'.',
37
`topic_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_posts table for the post_type = \'topic\'.',

0 commit comments

Comments
 (0)