0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/migrations/tooling
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
..
config/schema MT: Carry posts.locale through the conversion 2026-07-10 23:37:43 +02:00
lib MT: Convert custom emoji into placeholder embeds 2026-07-08 22:35:56 +02:00
scripts MT: Run conversion steps concurrently and split the heavy ones across cores 2026-07-03 11:48:25 +02:00
spec MT: Key embed placeholder tables by owner instead of post 2026-07-08 22:35:55 +02:00
.rspec
Gemfile
migrations-tooling.gemspec