Sha256: e093b896a33f224bd016c2e006a90fa6b7fc93f4044472b954ad3f21a24ec981
Contents?: true
Size: 377 Bytes
Versions: 107
Compression:
Stored size: 377 Bytes
Contents
class AddAvatarToContacts < ActiveRecord::Migration[4.2] 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
107 entries across 107 versions & 1 rubygems