removes physical votes from proposals
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemovePhysicalVotesFromProposals < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :proposals, :physical_votes
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user