Sha256: bfe9d880236fd2b3bfcd1058def9a69596c675e10f32fb80f8aa0fb9e9893abd

Contents?: true

Size: 327 Bytes

Versions: 4

Compression:

Stored size: 327 Bytes

Contents

class CreateBulkraxPendingRelationships < ActiveRecord::Migration[5.2]
  def change
    create_table :bulkrax_pending_relationships do |t|
      t.belongs_to :bulkrax_importer_run, foreign_key: true, null: false
      t.string :parent_id, null: false
      t.string :child_id, null: false

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulkrax-3.0.0.beta4 db/migrate/20220301001839_create_bulkrax_pending_relationships.rb
bulkrax-3.0.0.beta3 db/migrate/20220301001839_create_bulkrax_pending_relationships.rb
bulkrax-3.0.0.beta2 db/migrate/20220301001839_create_bulkrax_pending_relationships.rb
bulkrax-3.0.0.beta1 db/migrate/20220301001839_create_bulkrax_pending_relationships.rb