Skip to main content

priv/templates/dust.gen.migration/migration.exs.eex

defmodule <%= module_prefix %>.Repo.Migrations.CreateDustCache do
  use Ecto.Migration

  def up, do: Dust.Cache.Ecto.Migration.up()
  def down, do: Dust.Cache.Ecto.Migration.down()
end