Sha256: 2896283482d2c6ee242af4631488c5cb5e9227093ca7f077a4607b082cad7595

Contents?: true

Size: 134 Bytes

Versions: 5

Compression:

Stored size: 134 Bytes

Contents

class AddFullNameToRefineryUsers < ActiveRecord::Migration
  def change
    add_column :refinery_users, :full_name, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
refinerycms-authentication-devise-1.0.4 db/migrate/20130805143059_add_full_name_to_refinery_users.rb
refinerycms-authentication-devise-1.0.3 db/migrate/20130805143059_add_full_name_to_refinery_users.rb
refinerycms-authentication-devise-1.0.2 db/migrate/20130805143059_add_full_name_to_refinery_users.rb
refinerycms-authentication-devise-1.0.1 db/migrate/20130805143059_add_full_name_to_refinery_users.rb
refinerycms-authentication-devise-1.0.0 db/migrate/20130805143059_add_full_name_to_refinery_users.rb