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 Sep 21, 2021
1 parent 5ce65a4 commit 4792be1
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 4792be1

Please sign in to comment.