parent
bb64dc9452
commit
6645648027
@ -0,0 +1,9 @@
|
|||||||
|
class AddShowResult < ActiveRecord::Migration
|
||||||
|
def up
|
||||||
|
add_column :polls, :show_result, :integer, default: 1
|
||||||
|
end
|
||||||
|
|
||||||
|
def down
|
||||||
|
remove_column :polls, :show_result
|
||||||
|
end
|
||||||
|
end
|
Loading…
Reference in new issue