class CriarUnaccentExtensao < ActiveRecord::Migration[5.2]
  def criar_extensao
    execute 'CREATE EXTENSION IF NOT EXISTS unaccent;'
  end
end
