discourse/migrations/spec/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
..
common DEV: Add Migrations::SetStore to work with nested sets of data (#33593) 2025-07-24 12:11:41 +02:00
converters/base DEV: Refactor migrations-tooling 2025-04-07 17:22:36 +02:00
database DEV: Add custom_category_fields converter and importer steps (#33362) 2025-07-24 00:20:46 +00:00
converters_spec.rb
database_spec.rb DEV: Store details log entries in converter as JSON (#29778) 2024-11-19 23:54:00 +01:00
migrations_spec.rb