Packages

Reactive global state for Elixir apps

Current section

Files

Jump to
dustlayer priv templates dust.gen.migration migration.exs.eex
Raw

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