Sha256: 3e43a6f9df674a9e0c9c906738ea07ee6ccab5f79a325d91b9513d88eccafd32

Contents?: true

Size: 212 Bytes

Versions: 14

Compression:

Stored size: 212 Bytes

Contents

class RemoveColumnsPasswordAndPasswordConfirmationFromUsers < ActiveRecord::Migration
  def change
    remove_column :users, :password, :string
    remove_column :users, :password_confirmation, :string
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.1 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.2.0.beta1 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.21 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.20 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.19 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.18 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.17 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.16 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.15 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.14 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.13 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.12 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.11 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb
think_feel_do_dashboard-1.1.10 spec/dummy/db/migrate/20141126151510_remove_columns_password_and_password_confirmation_from_users.rb