Opened 8 years ago
Closed 7 years ago
#1621 closed defect (bug) (fixed)
database: posts.ID and comments.comment_post_ID don't match
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | database field type |
| Cc: |
Description
The posts.ID field is defined as an UNSIGNED bigint(20), but the comments.comment_post_ID field is a signed int(11).
Change History (1)
comment:1
davidhouse — 7 years ago
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

They're the same now.