0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/migrations/converters
Gerhard Schlager f39d2634fa MT: Resync schema and coverage after rebase on main
Rebasing on main pulled in schema changes that aren't part of this feature. `disco check` flagged them, so this brings the branch back in sync:

- Ignore the new `site_setting_localizations` table, like the other `*_localizations` tables already in `ignored.rb`.
- Regenerate the IntermediateDB SQL and models for the new `topics.og_image_upload_id` column, plus the plugin manifest.
- Migrate `topics.og_image_upload_id` in the discourse converter through an `UploadCreator`, the same way `badges` and `groups` handle their upload columns, so the reference converter still covers every column.
2026-06-29 16:52:41 +02:00
..
lib MT: Resync schema and coverage after rebase on main 2026-06-29 16:52:41 +02:00
spec MT: Add typed placeholder model for deferred post embeds 2026-06-29 16:52:41 +02:00
.rspec MT: Split the migrations tooling into separate gems (#40492) 2026-06-02 22:20:03 +02:00
Gemfile MT: Split the migrations tooling into separate gems (#40492) 2026-06-02 22:20:03 +02:00
migrations-converters.gemspec MT: Split the migrations tooling into separate gems (#40492) 2026-06-02 22:20:03 +02:00