Current section

Files

Jump to
humo lib mix tasks humo.ecto.migrate.ex
Raw

lib/mix/tasks/humo.ecto.migrate.ex

defmodule Mix.Tasks.Humo.Ecto.Migrate do
use Mix.Task
@impl true
def run(_args) do
Mix.shell().info("Running task humo.ecto.migrate")
Humo.migrate()
end
end