Sha256: a13a9d328f047e3fe082474c15342f618591bd35cb6cab65c1e26fa7fffb5d25

Contents?: true

Size: 339 Bytes

Versions: 75

Compression:

Stored size: 339 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

75 entries across 75 versions & 2 rubygems

Version Path
blacklight-7.40.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.39.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.38.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/blacklight-7.37.0/db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.37.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.36.2 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.36.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.36.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.35.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.34.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.33.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.33.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.32.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.31.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.30.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.29.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.28.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.27.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.27.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-7.26.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb