Just found another small schema issue: The "fid" column is indexed twice, which is not necessary. It would be suffician to make it the primary key (and not also "unique", since a primary key is always unique).

Comments

doitDave’s picture

Version: master » 6.x-1.3
Status: Needs work » Fixed

Fixed with the 1.3 release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.