Sha256: b0fff22c1200858b16c8113c4a47272c4c86e28a72fd4188ab9008833aa7ce24

Contents?: true

Size: 252 Bytes

Versions: 1

Compression:

Stored size: 252 Bytes

Contents

class AddTimeoutFieldToProgram < ActiveRecord::Migration
  def change
    add_column :programs, :user_timeout, :integer
    add_column :programs, :maximum_failed_login_attempts, :integer
    add_column :programs, :password_notifier, :integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
raffle_v1-0.0.5 db/migrate/20130131005653_add_timeout_field_to_program.rb