Automate post-import refresh and validation workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user