Sha256: d7bb92f1cce65bdd407ab49656a349dae3bee7555585626725a2626e3fe48f5b
Contents?: true
Size: 392 Bytes
Versions: 55
Compression:
Stored size: 392 Bytes
Contents
Sequel.migration do change do create_table(:dynflow_scheduled_plans) do foreign_key :execution_plan_uuid, :dynflow_execution_plans, type: String, size: 36, fixed: true index :execution_plan_uuid column :start_at, Time index :start_at column :start_before, Time column :data, String, text: true column :args_serializer, String end end end
Version data entries
55 entries across 55 versions & 1 rubygems