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