I ran the following statement: insert into dnn_CoreMessaging_NotificationTypes (name, [Description], TTL, DesktopModuleID, CreatedByUserID, CreatedOnDate, LastModifiedByUserID, LastModifiedOnDate) values ( 'FriendRequest','Friend Request',NULL,NULL,-1,'2012-08-04 07:26:40.270', -1, '2012-08-04 07:26:40.270'), ( 'FollowerRequest', 'Follower Request', NULL, NULL, -1, '2012-08-04 07:26:40.463', -1, '2012-08-04 07:26:40.463'), ( 'FollowBackRequest', 'Follow Back Request', NULL, NULL, -1, '2012-08-04 07:26:40.527', -1, '2012-08-04 07:26:40.527'), ( 'TranslationSubmitted', 'Translation Submitted', NULL, NULL, -1, '2012-08-04 07:26:40.657', -1, '2012-08-04 07:26:40.657')
This allowed the upgrade to complete. I did 6.2.5 ->6.2.9->7.4.0 with SUCCESS! I would call this a bug in the upgrader, it didn't account for the possibility of a NULL return (granted the underlying db was missing things, but that shouldn't kill the upgrade, I have no idea why those entries were missing, it's not a feature that I use)
|