Sha256: e093b896a33f224bd016c2e006a90fa6b7fc93f4044472b954ad3f21a24ec981
Contents?: true
Size: 377 Bytes
Versions: 108
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
108 entries across 108 versions & 1 rubygems