Opened 12 years ago
Closed 12 years ago
#26860 closed enhancement (invalid)
wp_signups table doesn't have a unique field
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 3.0 |
| Component: | Database | Keywords: | |
| Focuses: | Cc: |
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)
Note: See
TracTickets for help on using
tickets.
wp_signupshassignup_id, as of [25179].I just tested, phpMyAdmin shows selection checkboxes for me on a fresh Multisite install.
Is this an upgraded install?
signup_idmay not have been added when the upgrade happened.