lib/south/south.ex

defmodule Xmeta.South do
  @moduledoc """
  Documentation for EctoSouth.
  """

  def makemigrations() do
    Xmeta.South.Migrations.run()
    :ok
  end

end