Scott McCulloch posted on April 06, 2005 09:56
The DotNetNuke 3.0.13 upgrade (from 3.0.12) drops the primary key on the users table. This has caused problems with two of my modules, Private Messages & News Articles. Since they reference the users table via foreign key.
Before you upgrade, ensure you are at a version of News Articles (00.02.07 or later) and Private Messages (01.00.04 or later). These releases drop the foreign keys referencing the user table.
Don't worry if you have already upgraded, it doesn't really bust the installation, just logs in the sql script saying that it couldn't drop or create the primary key (because it already exists).