Opened 21 years ago
Closed 21 years ago
#1621 closed defect (bug) (fixed)
database: posts.ID and comments.comment_post_ID don't match
| Reported by: | dougal | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 1.6 |
| Severity: | normal | Keywords: | database field type |
| Cc: | Focuses: |
Description
The posts.ID field is defined as an UNSIGNED bigint(20), but the comments.comment_post_ID field is a signed int(11).
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
They're the same now.