Skip to content

TASK: Remove outdated columns from activeforums_Forums table #1432

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 2 commits into
base: dev
Choose a base branch
from

Conversation

johnhenley
Copy link
Collaborator

Description of PR...

Remove outdated columns from activeforums_Forums table.

Changes made

  • ForumInfo.cs: Removed several properties related to last post details and replaced them with derived properties from the LastPost object.
  • 09.01.00.SqlDataProvider: Drop unused columns from the activeforums_Forums table
  • DnnCommunityForums.dnn: Added new SQL data provider version (09.01.00) with updated installation and uninstallation scripts.

How did you test these updates?

PR Template Checklist

Local install

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

Please mark which issue is solved

Close #792

@johnhenley johnhenley added this to the 09.01.00 milestone Jun 19, 2025
@johnhenley johnhenley self-assigned this Jun 19, 2025
@johnhenley johnhenley added tasks General maintenance tasks that aren't typical development technical debt Issue that doesn't directly affect usability but will improve technical debt posture database Changes to database schema labels Jun 19, 2025
@johnhenley johnhenley changed the title Dev91/issues/remove last post columns from forums table 792 TASK: Remove outdated columns from activeforums_Forums table Jun 19, 2025
@johnhenley johnhenley marked this pull request as ready for review June 19, 2025 21:37
@johnhenley johnhenley marked this pull request as draft June 19, 2025 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Changes to database schema tasks General maintenance tasks that aren't typical development technical debt Issue that doesn't directly affect usability but will improve technical debt posture
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TASK: Remove LastPost-related columns from activeforums_Forums table
1 participant