Packages
Elixir ACL library for managing user features, plans and roles with support of ecto and compatibility with absinthe
Current section
Files
Jump to
Current section
Files
lib/mix/tasks/membership.setup.ex
defmodule Mix.Tasks.Membership.Setup do
use Mix.Task
@shortdoc "Setup membership tables"
def run(_argv) do
Mix.Tasks.Ecto.Migrate.run(["-r", "Membership.Repo"])
end
end