removes physical votes from proposals

This commit is contained in:
rgarcia
2016-12-29 12:05:29 +01:00
parent ff1dc631f1
commit 365faeff31
3 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
class RemovePhysicalVotesFromProposals < ActiveRecord::Migration
def change
remove_column :proposals, :physical_votes
end
end