Sha256: 9ddb7c874c496dd54c67ca00f6d21c8b39bfcb1ba6d1eeb7908133b6b8f53fc9

Contents?: true

Size: 343 Bytes

Versions: 62

Compression:

Stored size: 343 Bytes

Contents

class CreateSpotlightMainNavigations < ActiveRecord::Migration
  def change
    create_table :spotlight_main_navigations do |t|
      t.string     :label
      t.integer    :weight, default: 20
      t.string     :nav_type
      t.references :exhibit
      t.timestamps
    end
    add_index :spotlight_main_navigations, :exhibit_id
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.1 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.34.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.33.3 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.33.2 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.33.1 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.33.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.32.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.31.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.30.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.29.1 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.29.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.28.3 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.28.2 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.28.1 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.28.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.27.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.26.1 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.26.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.25.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb
blacklight-spotlight-0.24.0 db/migrate/20140403180324_create_spotlight_main_navigations.rb