Skip to content

Commit 34bca3d

Browse files
authored
Update wp_bbp_subscribed_forums.sql
1 parent a890232 commit 34bca3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tables/wp_bbp_subscribed_forums.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/* bbp_subscribed_forums
2+
this table connects user to the forum. Unique index placed on the user/forum combination.
3+
*/
4+
15
CREATE TABLE `wp_bbp_subscribed_forums` (
26
`user_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_users table.',
37
`forum_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_posts table for the post_type = \'forum\'.',

0 commit comments

Comments
 (0)