Skip to content

FIX: SQL to enforce uniqueness to forums and topics tracking tables #1445

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

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

johnhenley
Copy link
Collaborator

Description of PR...

FIX: SQL to enforce uniqueness to forums and topics tracking tables

Changes made

  • DnnCommunityForums.dnn: Added installation script for version 09.01.00 and updated uninstall script to reflect the new version.
  • 09.01.00.SqlDataProvider: Added SQL commands to drop existing indexes, delete duplicate tracking records, and create new unique nonclustered indexes.
  • Uninstall.SqlDataProvider: Modified to drop newly created indexes and existing indexes related to tracking tables.

How did you test these updates?

Local install

PR Template Checklist

  • Fixes Bug
  • Feature solution
  • Other
  • Requires documentation updates
  • I've updated the documentation already

Please mark which issue is solved

Close #1434

@johnhenley johnhenley added this to the 09.01.00 milestone Jun 26, 2025
@johnhenley johnhenley self-assigned this Jun 26, 2025
@johnhenley johnhenley added bug Something isn't working database Changes to database schema labels Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working database Changes to database schema
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: Database changes to prevent duplicates in activeforums_Topics_Tracking and activeforums_Forums_Tracking
1 participant