Sha256: 75de214b969cffd9b7160dd5850756de227d35c7d778044ab3c12c2f50a82fdc

Contents?: true

Size: 431 Bytes

Versions: 45

Compression:

Stored size: 431 Bytes

Contents

class CreateBatchObjectRelationships < ActiveRecord::Migration
  def change
    unless table_exists?(:batch_object_relationships)
      create_table :batch_object_relationships do |t|
        t.integer  "batch_object_id"
        t.string   "name"
        t.string   "operation"
        t.string   "object"
        t.string   "object_type"
        t.datetime "created_at"
        t.datetime "updated_at"
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
ddr-batch-1.7.2 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.7.1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.7.0 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.6.1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.6.0 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.6.0.rc1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.5.1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.5.0 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.5.0.rc1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.4.1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.4.0 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.4.0.rc1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.3.0 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.3.0.rc1 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.2.0 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.2.0.rc6 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.2.0.rc5 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.2.0.rc4 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.2.0.rc3 db/migrate/20150828202240_create_batch_object_relationships.rb
ddr-batch-1.2.0.rc2 db/migrate/20150828202240_create_batch_object_relationships.rb