Drop anti voters table.

This commit is contained in:
evazion
2019-08-27 18:48:15 -05:00
parent c6764c670f
commit f1a0fbef85
2 changed files with 9 additions and 47 deletions

View File

@@ -0,0 +1,7 @@
require_relative "20160919234407_create_anti_voters"
class DropAntiVoters < ActiveRecord::Migration[6.0]
def change
revert CreateAntiVoters
end
end