Skip to:
Content

BuddyPress.org

Opened 5 years ago

Closed 3 years ago

#8257 closed defect (bug) (wontfix)

Create user_id on $wpdb->signups table

Reported by: stokim's profile stokim Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Core Keywords:
Cc:

Description

Hi there
Please create user_id column on $wpdb->signup table.
It is very hard to delete user data upon delete user's account.
ALTER TABLE $wpdb->signups ADD 'user_id' bigint(20) unsigned FIRST
Thank you.

Change History (1)

#1 @imath
3 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Hi,

This table schema is generated by WordPress. I advise you to report this ticket on https://core.trac.wordpress.org/

You can always get the corresponding signup using the user's email.

Note: See TracTickets for help on using tickets.