Sha256: cf9f746f0eb893a48933e61ee0d8e2ce9c8977ee6e61fc2800ba8c083c2777c6

Contents?: true

Size: 323 Bytes

Versions: 8

Compression:

Stored size: 323 Bytes

Contents

class AddConfirmableToUsers < ActiveRecord::Migration
  def change
    add_column :citygate_users, :confirmation_token, :string

    add_column :citygate_users, :confirmed_at, :datetime

    add_column :citygate_users, :confirmation_sent_at, :datetime

    add_column :citygate_users, :unconfirmed_email, :string
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
citygate-0.1.1 db/migrate/20120303195111_add_confirmable_to_users.rb
citygate-0.1.0 db/migrate/20120303195111_add_confirmable_to_users.rb
citygate-0.0.9 db/migrate/20120303195111_add_confirmable_to_users.rb
citygate-0.0.8 db/migrate/20120303195111_add_confirmable_to_users.rb
citygate-0.0.7 db/migrate/20120303195111_add_confirmable_to_users.rb
citygate-0.0.6 db/migrate/20120303195111_add_confirmable_to_users.rb
citygate-0.0.5 db/migrate/20120303195111_add_confirmable_to_users.rb
citygate-0.0.4 db/migrate/20120303195111_add_confirmable_to_users.rb