in the install file, there are 2 declarations for the spam_tracker table. line 51 and line 156. It looks like its the same table, but the way they are declared is very different.

Comments

jeremy’s picture

Status: Active » Closed (works as designed)

The first definition is for MySQL, the second is for PostgreSQL, hence the difference in declaration. The created fields are the same. Marking as by design.