Make WordPress Core

Opened 13 years ago

Closed 12 years ago

#26860 closed enhancement (invalid)

wp_signups table doesn't have a unique field

Reported by: johnbillion Owned by:
Priority: normal Milestone:
Component: Database Version: 3.0
Severity: minor Keywords:
Cc: Focuses:

Description

The wp_signups table doesn't have a unique field (such as ID). This makes administration when using a tool such as phpMyAdmin awkward, because the selection checkboxes are not available on tables without unique fields.

Previously: #15004

Change History (2)

#1 @pento
12 years ago

  • Keywords reporter-feedback added; needs-patch removed

wp_signups has signup_id, as of [25179].

I just tested, phpMyAdmin shows selection checkboxes for me on a fresh Multisite install.

Is this an upgraded install? signup_id may not have been added when the upgrade happened.

#2 @johnbillion
12 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

PEBKAC

Note: See TracTickets for help on using tickets.