Skip to content

Instantly share code, notes, and snippets.

@IgorKarymov
Last active December 25, 2015 08:43
Show Gist options
  • Save IgorKarymov/4c448e75d641342a1e06 to your computer and use it in GitHub Desktop.
Save IgorKarymov/4c448e75d641342a1e06 to your computer and use it in GitHub Desktop.
def up do
{:ok, sqlqueries} = File.read("priv/repo/migrations/pg_schema.sql")
Enum.map(String.split(sqlqueries, ";"), fn(sqlquery) -> execute(sqlquery) end)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment