Matthew,
> Doing a diff -Nuar of the v1.4 schema and the 1.5 schema, and
> then comparing
> to the upgrade database script, there's a few alterations
> missing from the
> database update script:
>
> "iss_pri_id smallint(3) NOT NULL default 0"
> "pri_id smallint(3) unsigned NOT NULL auto_increment"
>
> I think that's them all?
>
Yup, looks like those were also missing from the upgrade script.
However, on this case these changes are not that critical.
Thanks for the report, I just fixed the 1.5.1 upgrade script to handle
this.
--Joao