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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.