Sha256: 338b00182721a5dd134fcf81ead63416f50183551149af74ed619480a16fd7d9

Contents?: true

Size: 343 Bytes

Versions: 22

Compression:

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

22 entries across 22 versions & 1 rubygems

Version Path
blacklight-6.25.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.24.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.23.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.22.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.21.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.20.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.19.2 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.19.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.19.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.18.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.17.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.16.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.15.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.14.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.14.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.13.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.12.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.11.2 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.11.1 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
blacklight-6.11.0 db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb