-
-
Notifications
You must be signed in to change notification settings - Fork 777
Closed
Description
https://github.com/dnnsoftware/Dnn.Platform/blob/ea2cc0373d4ee8d5c28805cf6901fbb4e57d88b6/DNN Platform/Website/Providers/DataProviders/SqlDataProvider/09.13.08.SqlDataProvider#L12
When running the upgrade, I encountered an SQL error at this point because the index IX_Lists_ListName_Value_Text_ParentID was not found in the database.
I think we need to add the following code for security.
IF EXISTS (SELECT * FROM sys.indexes WHERE name = N'IX_{objectQualifier}Lists_ListName_Value_Text_ParentID')
The code is the same as in the old version:
Dnn.Platform/DNN Platform/Website/Providers/DataProviders/SqlDataProvider/05.06.00.SqlDataProvider
Line 1044 in ea2cc03
| IF EXISTS (SELECT * FROM sys.indexes WHERE name = N'IX_{objectQualifier}Lists_ListName_Value_Text_ParentID') |
Metadata
Metadata
Assignees
Labels
No labels