Sha256: 02e573d6d0f29c02cc0eb21901b4b806a25a4fb6f8ff1029419b88d461b530fd

Contents?: true

Size: 252 Bytes

Versions: 107

Compression:

Stored size: 252 Bytes

Contents

class CreateSpotlightAttachments < ActiveRecord::Migration[4.2]
  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

107 entries across 107 versions & 1 rubygems

Version Path
blacklight-spotlight-2.4.1 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.4.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.3.3 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.3.2 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.3.1 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.3.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.2.1 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.2.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.1.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.2 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.1 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.0 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.0.rc6 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.0.rc5 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.0.rc4 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.0.rc3 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.0.rc2 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-2.0.0.rc1 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.5.1 db/migrate/20131120172811_create_spotlight_attachments.rb
blacklight-spotlight-1.4.1 db/migrate/20131120172811_create_spotlight_attachments.rb