0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-11 02:59:07 +08:00
discourse/migrations/tooling/config/schema
Gerhard Schlager cc37a1d996 MT: Carry posts.locale through the conversion
Review question: locale was in the posts ignore list while topics and
users already carry theirs — the odd one out. Dropping it costs real
data on sources that use content localization: the destination treats
every imported post as locale-detection backlog and re-detects what
the source already knew. It's a plain string(20) passthrough with no
pipeline implications, so unignore it and copy it in the posts step.
The *_localizations tables stay ignored — importing translations is a
separate feature.

[ci skip]
2026-07-10 23:37:43 +02:00
..
intermediate_db MT: Carry posts.locale through the conversion 2026-07-10 23:37:43 +02:00
plugin_manifest.yml MT: Run conversion steps concurrently and split the heavy ones across cores 2026-07-03 11:48:25 +02:00