Closed (works as designed)
Project:
Spam
Version:
5.x-3.0-alpha6
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2008 at 18:48 UTC
Updated:
17 Sep 2008 at 14:43 UTC
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
Comment #1
jeremy commentedThe 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.