Sha256: fa58779405a1e6b8a08d0a9ae7143b9f84d3da21d124a3ec32afefc1a9e61292

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

# This migration comes from spotlight (originally 20141126231820)
class AddAvatarToContacts < ActiveRecord::Migration
  def change
    add_column :spotlight_contacts, :avatar, :string
    add_column :spotlight_contacts, :avatar_crop_x, :integer
    add_column :spotlight_contacts, :avatar_crop_y, :integer
    add_column :spotlight_contacts, :avatar_crop_w, :integer
    add_column :spotlight_contacts, :avatar_crop_h, :integer
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
blacklight-spotlight-0.3.1 spec/internal/db/migrate/20150303163376_add_avatar_to_contacts.spotlight.rb
blacklight-spotlight-0.3.0 spec/internal/db/migrate/20150302231337_add_avatar_to_contacts.spotlight.rb
blacklight-spotlight-0.2.0 spec/internal/db/migrate/20150120185735_add_avatar_to_contacts.spotlight.rb