Automate post-import refresh and validation workflow

This commit is contained in:
Jason Thistlethwaite
2026-05-04 09:49:47 -04:00
parent fba494dada
commit faad70872b
13 changed files with 995 additions and 136 deletions
@@ -1,5 +1,7 @@
class CreateEventOutboxEvents < ActiveRecord::Migration
def change
return if table_exists?(:event_outbox_events)
create_table :event_outbox_events do |t|
t.string :event_type, :null => false
t.string :source_type, :null => false