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: dougal Owned by: anonymous
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)

  • Resolution set to fixed
  • Status changed from new to closed

They're the same now.

Note: See TracTickets for help on using tickets.