I have noticed that the update file 1.6.327.0.SqlDataProvider.sql contains the following:
> CREATE NONCLUSTERED INDEX [IX_BugNet_IssueAttachments_DateCreated_IssueId]
however, the 'fresh' schema 'BugNet.Schema.SqlDataProvider.sql' does not include this index.
1) why is this missing?
2) what other discrepancies are there?
3) which version is correct?
Comments: And a hotfix script that will add this to existing installations. I will ensure this becomes part of the next release as well just to be sure everyone's database is up to date,
> CREATE NONCLUSTERED INDEX [IX_BugNet_IssueAttachments_DateCreated_IssueId]
however, the 'fresh' schema 'BugNet.Schema.SqlDataProvider.sql' does not include this index.
1) why is this missing?
2) what other discrepancies are there?
3) which version is correct?
Comments: And a hotfix script that will add this to existing installations. I will ensure this becomes part of the next release as well just to be sure everyone's database is up to date,