Skip to content

Commit

Permalink
create prive/migrate-data.exs script for #81
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jun 2, 2019
1 parent 174531b commit d0c3e45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions priv/migrate-data.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
defmodule Hits.Import do
def import_data do
IO.puts "Hello World!"
end
end

Hits.Import.import_data()

0 comments on commit d0c3e45

Please sign in to comment.