adds origin to poll voters

This commit is contained in:
rgarcia
2017-10-02 16:18:08 +02:00
parent 60fb142fff
commit 0147401fbe
5 changed files with 73 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddOriginToPollVoters < ActiveRecord::Migration
def change
add_column :poll_voters, :origin, :string
end
end