Sha256: e68469a518b582dc94ba6ee13562e0b3dbf8d7b991b42f842cb011b005ca990a

Contents?: true

Size: 313 Bytes

Versions: 4

Compression:

Stored size: 313 Bytes

Contents

# This migration comes from spotlight (originally 20131120172811)
class CreateSpotlightAttachments < ActiveRecord::Migration
  def change
    create_table :spotlight_attachments do |t|
      t.string :name
      t.string :file
      t.string :uid
      t.references :exhibit

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 spec/internal/db/migrate/20150303163360_create_spotlight_attachments.spotlight.rb
blacklight-spotlight-0.3.0 spec/internal/db/migrate/20150302231321_create_spotlight_attachments.spotlight.rb
blacklight-spotlight-0.2.0 spec/internal/db/migrate/20150120185719_create_spotlight_attachments.spotlight.rb
blacklight-spotlight-0.1.0 spec/internal/db/migrate/20140603144405_create_spotlight_attachments.spotlight.rb