Sha256: 18dce508f26e916810a025d76d45ebdfd7b0ff5480a0b0f6506bbc11356010f5
Contents?: true
Size: 418 Bytes
Versions: 17
Compression:
Stored size: 418 Bytes
Contents
# frozen_string_literal: true module Karafka module Web module Management module Actions # Command to migrate states data # Useful when we have older schema and need to move forward class MigrateStatesData < Base # Runs needed migrations (if any) on the states topics def call Migrator.new.call end end end end end end
Version data entries
17 entries across 17 versions & 1 rubygems