discourse/migrations/lib
Gerhard Schlager 53d7a756d6
DEV: Add Migrations::SetStore to work with nested sets of data (#33593)
There are concrete implementations for a simple set, a key-value store,
and nested sets with 2 or 3 keys. The API stays the same for all
implementations and the performances is more or less the same as without
the wrapper (at least with YJIT enabled).
2025-07-24 12:11:41 +02:00
..
cli DEV: Add --reset option to import command (#33317) 2025-06-24 22:58:32 +02:00
common DEV: Add Migrations::SetStore to work with nested sets of data (#33593) 2025-07-24 12:11:41 +02:00
converters DEV: Add custom_category_fields converter and importer steps (#33362) 2025-07-24 00:20:46 +00:00
database DEV: Add newly promoted core plugins to IntermediateDB config (#33798) 2025-07-24 12:10:37 +02:00
importer DEV: Add custom_category_fields converter and importer steps (#33362) 2025-07-24 00:20:46 +00:00
uploader DEV: Import uploads from UploadsDB (#33259) 2025-06-20 22:59:57 +02:00
converters.rb DEV: Adds a new converter for migrating from Discourse 2025-04-07 17:22:36 +02:00
database.rb DEV: Check if IntermediateDB schema is valid (#32975) 2025-05-29 22:08:50 +02:00
importer.rb DEV: Add --reset option to import command (#33317) 2025-06-24 22:58:32 +02:00
settings_parser.rb DEV: Refactor uploads_importer script (#29292) 2024-10-31 13:31:12 +00:00