Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated to remove additional elements #5769

Merged

Conversation

mitchelsellers
Copy link
Contributor

@mitchelsellers mitchelsellers commented Jul 31, 2023

Fixes #5552 by introducing the final set of needed changes.

Three additional elements that should have been remove by prior upgrade scripts were updated to be removed ImportDocumentLibraryCategories, ImportDocumentLibraryCategoryAssoc, and FitsExtendedPropertyPermission.

Changes were also made to the ExportImport_AddUpdateUsersBulk stored procedure to correct a table reference.

There are two changes requested in #5552 that I do not believe we should fix at this time, given the nature of where those came from.

[dbo].[aspnet_AnyDataInTables] Invalid object name 'dbo.aspnet_WebEvent_Events' P
[dbo].[aspnet_Users_DeleteUser] Invalid object name 'dbo.aspnet_UsersInRoles' P

They were not included.

@bdukes bdukes added this to the 9.12.1 milestone Jul 31, 2023
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, Apparently mergeable is stuck but looks ok to me, I'll merge that

@valadas valadas merged commit 8506e60 into dnnsoftware:develop Jul 31, 2023
2 of 3 checks passed
valadas added a commit to valadas/Dnn.Platform that referenced this pull request Aug 9, 2023
Part of was was done in dnnsoftware#5769 would only work upon upgrades because it belongs in a module and sql objects don't exist before that module is installed.

I moved those parts in the ExportImport module upgrade script and it fixed a clean install scenario.

Closes dnnsoftware#5789
@valadas valadas modified the milestones: 9.12.1, 9.13.0 Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid objects in DNN SQL database
4 participants