I tried to apply DNNTurbo804 and got the following error:
System.Data.SqlClient.SqlException (0x80131904): The ALTER TABLE statement conflicted with the FOREIGN KEY constraint "FK_Dashboard_Controls_Packages". The conflict occurred in database "Portal_DNN804", table "dbo.Packages", column 'PackageID'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlCommand.RunExecuteNonQueryTds(String methodName, Boolean async, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(TaskCompletionSource`1 completion, String methodName, Boolean sendToPipe, Int32 timeout, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) ClientConnectionId:081d2ea7-c8ef-4139-b44c-5a6069b5ed3f Error Number:547,State:0,Class:16
-- make sure, FK exists: Exec dbo.[sys_CreateForeignKey] N'Portals', N'PortalGroups', N'PortalGroupID', N'PortalGroupID', 2, 0 Exec dbo.[sys_CreateForeignKey] N'Portals', N'Users', N'AdministratorId', N'UserID', 0, 0 Exec dbo.[sys_CreateForeignKey] N'Portals', N'Roles', N'AdministratorRoleId', N'RoleID', 0, 0 Exec dbo.[sys_CreateForeignKey] N'Portals', N'Roles', N'RegisteredRoleId', N'RoleID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'PortalAlias', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'PortalLocalization', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'PortalLanguages', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'PortalLanguages', N'Languages', N'LanguageID', N'LanguageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Packages', N'PackageTypes', N'PackageType', N'PackageType', 0, 1
Exec dbo.[sys_CreateForeignKey] N'PackageDependencies', N'Packages', N'PackageID', N'PackageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Dashboard_Controls', N'Packages', N'PackageID', N'PackageID', 1, 0 -- needs to complete package table first or allow Null: -- Exec dbo.[sys_CreateForeignKey] N'Assemblies', N'Packages', N'PackageID', N'PackageID', 1, 0 -- Exec dbo.[sys_CreateForeignKey] N'Authentication', N'Packages', N'PackageID', N'PackageID', 1, 0 -- Exec dbo.[sys_CreateForeignKey] N'JavaScriptLibraries', N'Packages', N'PackageID', N'PackageID', 1, 0 -- Exec dbo.[sys_CreateForeignKey] N'LanguagePacks', N'Packages', N'PackageID', N'PackageID', 1, 0
Exec dbo.[sys_CreateForeignKey] N'LanguagePacks', N'Languages', N'LanguageID', N'LanguageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentItems', N'ContentTypes', N'ContentTypeID', N'ContentTypeID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Vocabularies', N'Taxonomy_VocabularyTypes', N'VocabularyTypeID', N'VocabularyTypeID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Vocabularies', N'Taxonomy_ScopeTypes', N'ScopeTypeID', N'ScopeTypeID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Terms', N'Taxonomy_Vocabularies', N'VocabularyID', N'VocabularyID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Taxonomy_Terms', N'Taxonomy_Terms', N'ParentTermID', N'TermID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'ContentItems_Tags', N'ContentItems', N'ContentItemID', N'ContentItemID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ContentItems_Tags', N'Taxonomy_Terms', N'TermID', N'TermID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentItems_MetaData', N'ContentItems', N'ContentItemID', N'ContentItemID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ContentItems_MetaData', N'MetaData', N'MetaDataID', N'MetaDataID', 1, 0
Exec dbo.[sys_CreateForeignKey] N'Workflow', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'WorkflowStates', N'Workflow', N'WorkflowID', N'WorkflowID', 1, 1
-- Needs cleanup first, because wrong portalID used -- Exec dbo.[sys_CreateForeignKey] N'ContentWorkflows', N'Portals', N'PortalID', N'PortalID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowSources', N'ContentWorkflows', N'WorkflowID', N'WorkflowID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStates', N'ContentWorkflows', N'WorkflowID', N'WorkflowID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'ContentWorkflowStates', N'StateID', N'StateID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'Users', N'UserID', N'UserID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowStatePermission', N'Roles', N'RoleID', N'RoleID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowLogs', N'ContentWorkflows', N'WorkflowID', N'WorkflowID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ContentWorkflowLogs', N'ContentItems', N'ContentItemID', N'ContentItemID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'EventLogConfig', N'EventLogTypes', N'LogTypeKey', N'LogTypeKey', 1, 1
Exec dbo.[sys_CreateForeignKey] N'EventLog', N'EventLogConfig', N'LogConfigID', N'ID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'EventLog', N'Exceptions', N'ExceptionHash', N'ExceptionHash', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ExceptionEvents', N'EventLog', N'LogEventID', N'LogEventID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ScheduleHistory', N'Schedule', N'ScheduleID', N'ScheduleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ScheduleItemSettings', N'Schedule', N'ScheduleID', N'ScheduleID', 1, 1
-- needs fix first: -- Exec dbo.[sys_CreateForeignKey] N'SearchStopWords', N'Portals', N'PortalID', N'PortalID', 1, 1 -- Exec dbo.[sys_CreateForeignKey] N'SynonymsGroups', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'SkinPackages', N'Packages', N'PackageID', N'PackageID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'SkinPackages', N'Portals', N'PortalID', N'PortalID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'SkinControls', N'Packages', N'PackageID', N'PackageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Skins', N'SkinPackages', N'SkinPackageID', N'SkinPackageID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'DesktopModules', N'Packages', N'PackageID', N'PackageID', 1, 1 -- Needs Cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'DesktopModules', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'PortalDesktopModules', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'PortalDesktopModules', N'DesktopModules', N'DesktopModuleID', N'DesktopModuleID', 1, 1
-- Needs Cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviders', N'DesktopModules', N'DesktopModuleId', N'DesktopModuleId', 1, 1
-- Needs Cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderConfiguration', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderConfiguration', N'ExtensionUrlProviders', N'ExtensionUrlProviderID', N'ExtensionUrlProviderID', 1, 1
-- Needs Cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderSetting', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderSetting', N'ExtensionUrlProviders', N'ExtensionUrlProviderID', N'ExtensionUrlProviderID', 1, 1
-- Needs Cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderTab', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ExtensionUrlProviderTab', N'ExtensionUrlProviders', N'ExtensionUrlProviderID', N'ExtensionUrlProviderID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Urls', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UrlTracking', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UrlLog', N'UrlTracking', N'UrlTrackingID', N'UrlTrackingID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'FolderMappings', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'FolderMappingsSettings', N'FolderMappings', N'FolderMappingID', N'FolderMappingID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Folders', N'FolderMappings', N'FolderMappingID', N'FolderMappingID', 0, 0 Exec dbo.[sys_CreateForeignKey] N'Folders', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Folders', N'ContentWorkflow', N'WorkflowID', N'WorkflowID', 2, 0 -- needs to be verified: -- Exec dbo.[sys_CreateForeignKey] N'Folders', N'Folders', N'ParentID', N'FolderID', 0, 1
Exec dbo.[sys_CreateForeignKey] N'Files', N'Folders', N'FolderID', N'FolderID', 1, 1 -- might need to create contentItems first: -- Exec dbo.[sys_CreateForeignKey] N'Files', N'ContentItems', N'ContentItemID', N'ContentItemID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'FileVersions', N'Files', N'FileID', N'FileID', 1, 1
-- needs data cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'Lists', N'Lists', N'ParentID', N'EntryID', 0, 1 -- Exec dbo.[sys_CreateForeignKey] N'Lists', N'Portals', N'PortalID', N'PortalID', 0, 1
-- not reviewed yet: -- Exec dbo.[sys_CreateForeignKey] N'Mobile_Redirections', N'Tabs', N'SourceTabId', N'TabID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Mobile_Redirections', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Mobile_RedirectionRules', N'Mobile_Redirections', N'RedirectionId', N'ID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Mobile_PreviewProfiles', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ModuleDefinitions', N'DesktopModules', N'DesktopModuleID', N'DesktopModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ModuleControls', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Modules', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 1, 1 -- Exec dbo.[sys_CreateForeignKey] N'Modules', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Modules', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'ModuleSettings', N'Modules', N'ModuleID', N'ModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Tabs', N'Tabs', N'ParentID', N'TabID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'Tabs', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Tabs', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'TabSettings', N'Tabs', N'TabID', N'TabID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabUrls', N'Tabs', N'TabID', N'TabID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabVersions', N'Tabs', N'TabID', N'TabID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabVersionDetails', N'TabVersions', N'TabVersionId', N'TabVersionId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabVersionDetails', N'Modules', N'ModuleId', N'ModuleId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabAliasSkins', N'Tabs', N'TabId', N'TabId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabModules', N'Tabs', N'TabID', N'TabID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'TabModules', N'Modules', N'ModuleID', N'ModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabModuleSettings', N'TabModules', N'TabModuleID', N'TabModuleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'RoleGroups', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Roles', N'RoleGroups', N'RoleGroupID', N'RoleGroupID', 0, 0 Exec dbo.[sys_CreateForeignKey] N'Roles', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'RoleSettings', N'Roles', N'RoleID', N'RoleID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ProfilePropertyDefinition', N'Portals', N'PortalID', N'PortalID', 1, 1 -- needs cleanup first: -- UPDATE dbo.[ProfilePropertyDefinition] SET ModuleDefID = Null WHERE ModuleDefID = -1 -- Exec dbo.[sys_CreateForeignKey] N'ProfilePropertyDefinition', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 1, 0
Exec dbo.[sys_CreateForeignKey] N'Vendors', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'VendorClassification', N'Vendors', N'VendorID', N'VendorID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Banners', N'Vendors', N'VendorID', N'VendorID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Affiliates', N'Vendors', N'VendorID', N'VendorID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Users', N'Affiliates', N'AffiliateID', N'AffiliateID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'UserPortals', N'Users', N'UserID', N'UserID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'UserPortals', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UserProfile', N'Users', N'UserID', N'UserID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'UserProfile', N'ProfilePropertyDefinition', N'PropertyDefinitionID', N'PropertyDefinitionID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'AnonymousUsers', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Profile', N'Users', N'UserId', N'UserId', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Profile', N'Portals', N'PortalID', N'PortalID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Relationships', N'RelationshipTypes', N'RelationshipTypeID', N'RelationshipTypeID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Relationships', N'Portals', N'PortalID', N'PortalID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Relationships', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UserRelationships', N'Users', N'UserID', N'UserID', 0, 1 -- Exec dbo.[sys_CreateForeignKey] N'UserRelationships', N'Users', N'RelatedUserID', N'UserID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'UserRelationships', N'Relationships', N'RelationshipID' , N'RelationshipID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UserRelationshipPreferences', N'Users', N'UserID', N'UserID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'UserRelationshipPreferences', N'Relationships', N'RelationshipID', N'RelationshipID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UserAuthentication', N'Users', N'UserId', N'UserId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'PasswordHistory', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'UsersOnline', N'Users', N'UserId', N'UserId', 1, 1 Exec dbo.[sys_CreateForeignKey] N'UsersOnline', N'Portals', N'PortalID', N'PortalID', 1, 1
-- needs cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'Permission', N'ModuleDefinitions', N'ModuleDefID', N'ModuleDefID', 0, 0
Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'PortalDesktopModules', N'PortalDesktopModuleID', N'PortalDesktopModuleID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'Roles', N'RoleID', N'RoleID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'DesktopModulePermission', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Modules', N'ModuleID', N'ModuleID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Roles', N'RoleID', N'RoleID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'ModulePermission', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Folders', N'FolderID', N'FolderID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Roles', N'RoleID', N'RoleID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'FolderPermission', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Permission', N'PermissionID', N'PermissionID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Tabs', N'TabID', N'TabID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Roles', N'RoleID', N'RoleID', 0, 1 Exec dbo.[sys_CreateForeignKey] N'TabPermission', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Journal_TypeFilters', N'Journal_Types', N'JournalTypeId', N'JournalTypeId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Journal', N'Journal_Types', N'JournalTypeId', N'JournalTypeId', 1, 1 Exec dbo.[sys_CreateForeignKey] N'Journal', N'ContentItems', N'ContentItemID', N'ContentItemID', 2, 0 Exec dbo.[sys_CreateForeignKey] N'Journal', N'Users', N'UserID', N'UserID', 2, 0 -- needs data cleanup first: -- Exec dbo.[sys_CreateForeignKey] N'Journal', N'Portals', N'PortalID', N'PortalID', 2, 0 -- Exec dbo.[sys_CreateForeignKey] N'Journal', N'Roles', N'GroupID', N'RoleID', 2, 0 -- Exec dbo.[sys_CreateForeignKey] N'Journal', N'Users', N'ProfileID', N'UserID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'Journal_Comments', N'Journal', N'JournalId', N'JournalId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Journal_Data', N'Journal', N'JournalId', N'JournalId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'Journal_Security', N'Journal', N'JournalId', N'JournalId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_NotificationTypes', N'DesktopModules', N'DesktopModuleID', N'DesktopModuleID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_NotificationTypeActions', N'CoreMessaging_NotificationTypes', N'NotificationTypeID', N'NotificationTypeID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Messages', N'CoreMessaging_NotificationTypes', N'NotificationTypeID', N'NotificationTypeID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Messages', N'Users', N'SenderUserID', N'UserID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageRecipients', N'CoreMessaging_Messages', N'MessageID', N'MessageID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageRecipients', N'Users', N'UserID', N'UserID', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageAttachments', N'CoreMessaging_Messages', N'MessageID', N'MessageID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_MessageAttachments', N'Files', N'FileID', N'FileID', 2, 0
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_SubscriptionsTypes', N'DesktopModules', N'SubscriptionTypeId', N'SubscriptionTypeId', 1, 1
Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'CoreMessaging_SubscriptionTypes', N'SubscriptionTypeId', N'SubscriptionTypeId', 0, 1 Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'Users', N'UserID', N'UserID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'Modules', N'ModuleID', N'ModuleID', 1, 1 Exec dbo.[sys_CreateForeignKey] N'CoreMessaging_Subscriptions', N'Portals', N'PortalID', N'PortalID', 1, 1
|