Skip to content

Commit 9491380

Browse files
authored
Update wp_bbp_users_roles.sql
1 parent f64263a commit 9491380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tables/wp_bbp_users_roles.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
this table connects users to specific forum roles
33
*/
44

5-
CREATE TABLE `wp_bbp_users` (
5+
CREATE TABLE `wp_bbp_users_roles` (
66
`user_id` BIGINT UNSIGNED NOT NULL COMMENT 'Connects to ID in the wp_users table.',
77
`role` VARCHAR(128) NOT NULL DEFAULT '',
88
UNIQUE INDEX `user_id` (`user_id`),

0 commit comments

Comments
 (0)