Sha256: 18861ba995fde4ee39bf5a9b1e9cfcc83be4ec5f4545367e4a3e8a185025fda7

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

class AddVoteColumnToArguments < ActiveRecord::Migration
  def change
    add_column :arguments, :user_id, :integer
    add_column :arguments, :vote, :boolean
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
voluntary-0.7.1 db/migrate/20150821102558_add_vote_column_to_arguments.rb
voluntary-0.7.0 db/migrate/20150821102558_add_vote_column_to_arguments.rb
voluntary-0.6.0 db/migrate/20150821102558_add_vote_column_to_arguments.rb
voluntary-0.5.2 db/migrate/20150821102558_add_vote_column_to_arguments.rb
voluntary-0.5.1 db/migrate/20150821102558_add_vote_column_to_arguments.rb