Sha256: 69b623bf2d6d9c40db33de3990580c63ee3b57a323330153334cafb67cdb8555

Contents?: true

Size: 203 Bytes

Versions: 14

Compression:

Stored size: 203 Bytes

Contents

class RemovePasswordFromParticipants < ActiveRecord::Migration
  def change
    remove_column :participants, :password, :string
    remove_column :participants, :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/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.2.0.beta1 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.21 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.20 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.19 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.18 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.17 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.16 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.15 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.14 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.13 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.12 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.11 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb
think_feel_do_dashboard-1.1.10 spec/dummy/db/migrate/20141203201524_remove_password_from_participants.rb