Sha256: ac811ee528e75a1c8247334a971124d2a0e96650b5b8eebf79f0f81373f6e0fc

Contents?: true

Size: 273 Bytes

Versions: 63

Compression:

Stored size: 273 Bytes

Contents

class AddStatusToUser < ActiveRecord::Migration[4.2]
  def change
    add_column :questionnaires, :acc_status, :string, default: "pending"
    add_column :questionnaires, :acc_status_author_id, :integer
    add_column :questionnaires, :acc_status_date, :datetime
  end
end

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hackathon_manager-0.3.0 db/migrate/20150225235817_add_status_to_user.rb
hackathon_manager-0.2.0 db/migrate/20150225235817_add_status_to_user.rb
hackathon_manager-0.1.0 db/migrate/20150225235817_add_status_to_user.rb