lib/table_sync/publishing/raw.rb in table_sync-6.0.4 vs lib/table_sync/publishing/raw.rb in table_sync-6.1.0
- old
+ new
@@ -1,10 +1,12 @@
# frozen_string_literal: true
class TableSync::Publishing::Raw
include Tainbox
- attribute :object_class
+ attribute :model_name
+ attribute :table_name
+ attribute :schema_name
attribute :original_attributes
attribute :routing_key
attribute :headers