Commit 0946657
Set hasDiscussionBody flag on SMF1 source
SMF1's discussions() export joins smf_messages to embed the first
post body in the Discussion record, and comments() excludes it
(ID_MSG <> ID_FIRST_MSG). Without declaring hasDiscussionBody,
the base Package default (false) causes Controller::setFlags()
to skip OP extraction on both source and target. The result is
that first posts are silently lost during migration.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent df810c9 commit 0946657
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
0 commit comments