Sha256: ab0c3bff021d2bb0e869da4ededddf3645f629b9f0be999304e86716edbd0678

Contents?: true

Size: 519 Bytes

Versions: 17

Compression:

Stored size: 519 Bytes

Contents

class AddProfileFieldsToUsers < ActiveRecord::Migration
  # profile attributes
  def change
    add_column :users,  :portrait,             :string
    add_column :users,  :allow_newsletter,     :boolean, default: true
    add_column :users,  :allow_daily_digests,  :boolean, default: true
    add_column :users,  :website_url,          :string
    add_column :users,  :facebook_url,         :string
    add_column :users,  :twitter_handle,       :string
    add_column :users,  :google_plus_url,      :string
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
tkh_mailing_list-0.12 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.11.3 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.11.2 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.11.1.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.11.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.11 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.10 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.9.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.9 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.8 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.7 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.6 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.5 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.4 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.3 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.2 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb
tkh_mailing_list-0.10.1 lib/generators/tkh_mailing_list/create_or_update_migrations/templates/add_profile_fields_to_users.rb