class RemovePersonTags < ActiveRecord::Migration[7.0]
  def change
    drop_table :person_tags
    drop_table :respondent_person_tags
  end
end
