lib/rflow/configuration/migrations/20010101000004_create_connections.rb in rflow-1.0.0a3 vs lib/rflow/configuration/migrations/20010101000004_create_connections.rb in rflow-1.0.0a4
- old
+ new
@@ -5,9 +5,12 @@
t.string :name
# To allow for multiple types of connections
t.string :type
+ # round-robin or broadcast
+ t.string :delivery
+
# Data flows from an output port to an input port
t.string :output_port_uuid
t.string :output_port_key, :default => '0'
t.string :input_port_uuid
t.string :input_port_key, :default => '0'