Add token string attribute to Poll Answer

This commit is contained in:
Bertocq
2017-10-06 14:28:57 +02:00
parent 6e29b6adf5
commit 1806bd3df4
3 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class AddTokenToPollAnswer < ActiveRecord::Migration
def change
add_column :poll_answers, :token, :string
end
end