WJ-1139: add forum schema, prune references, and seed sequences#2613
Merged
WJ-1139: add forum schema, prune references, and seed sequences#2613
Conversation
emmiegit
reviewed
Dec 12, 2025
| )) | ||
| .add(not_in_column!( | ||
| Alias::new("forum_post_revision"), | ||
| Alias::new("compiled_html_hash"), |
Member
There was a problem hiding this comment.
Ah I see, temporary measure until new src/models files are generated. I'll do that in a separate PR because the autogen tool needs some manual correction unfortunately.
Co-authored-by: Emmie <emmie.maeda@gmail.com>
Co-authored-by: Emmie <emmie.maeda@gmail.com>
Co-authored-by: Emmie <emmie.maeda@gmail.com>
Co-authored-by: Emmie <emmie.maeda@gmail.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2613 +/- ##
==========================================
- Coverage 2.27% 2.27% -0.01%
==========================================
Files 164 164
Lines 10227 10242 +15
==========================================
Hits 233 233
- Misses 9994 10009 +15
🚀 New features to boost your workflow:
|
- add page->forum_thread FK for discussion threads - lock forum_post_lock to posts instead of threads - seed forum category/thread/post compatibility ID sequences
emmiegit
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements the forum schema (groups, categories, threads, locks, posts, post revisions) with site-level composite FKs, actor fields, soft-deletes, discussion-thread uniqueness, and indexes for ordering/activity/lookups.
Adds forum compatibility ID bumps in the seeder.
Updates
TextService::prune()to keep forum post revision text hashes.Tests: ran.