Current section
Files
Jump to
Current section
Files
lib/mix/tasks/phil_columns.rollback.ex
defmodule Mix.Tasks.PhilColumns.Rollback do
use Mix.Task
@shortdoc "Executes the seeds for specified env and tags down"
def run(args) do
end
end