Sha256: a248085ed8ab5c2d82a7327ac5226d0576da545dd352c37bad52c91e4b6ab771

Contents?: true

Size: 340 Bytes

Versions: 21

Compression:

Stored size: 340 Bytes

Contents

# frozen_string_literal: true

class AddPolymorphicTypeToBookmarks < ActiveRecord::Migration[4.2]
  def change
    add_column(:bookmarks, :document_type, :string) unless Bookmark.connection.column_exists? :bookmarks, :document_type

    add_index :bookmarks, :user_id unless Bookmark.connection.index_exists? :bookmarks, :user_id
  end
end

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
blacklight-8.6.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.6.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.5.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.5.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.4.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-8.3.0/db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.3.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.2.2 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.2.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.2.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.1.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0.beta8 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0.beta7 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0.beta6 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0.beta5 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0.beta4 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0.beta3 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-8.0.0.beta2 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb