Drop anti voters table.
This commit is contained in:
7
db/migrate/20190827234625_drop_anti_voters.rb
Normal file
7
db/migrate/20190827234625_drop_anti_voters.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require_relative "20160919234407_create_anti_voters"
|
||||
|
||||
class DropAntiVoters < ActiveRecord::Migration[6.0]
|
||||
def change
|
||||
revert CreateAntiVoters
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user