Sha256: 7d42caefbcce486fa265d7846e49e9377d5a7f08052655c4560dcedfa65fb60d
Contents?: true
Size: 268 Bytes
Versions: 32
Compression:
Stored size: 268 Bytes
Contents
Sequel.migration do change do alter_table(:dynflow_actions) do add_column :caller_execution_plan_id, String, fixed: true, size: 36 add_column :caller_action_id, Integer add_index [:caller_execution_plan_id, :caller_action_id] end end end
Version data entries
32 entries across 32 versions & 1 rubygems