Current section
Files
Jump to
Current section
Files
lib/ecto_south.ex
defmodule Ecto.South do
@moduledoc """
Documentation for EctoSouth.
"""
def makemigrations() do
Ecto.South.Migrations.run()
:ok
end
end