Skip to content

Commit 71ad7d6

Browse files
authoredOct 16, 2020
Merge pull request #31 from epochtalk/remove-seed
fix: remove seed from project
2 parents 19df57b + e67148c commit 71ad7d6

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed
 

‎mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ defmodule Epoch.Mixfile do
5151
# ecto.setup - create/migrate/seed
5252
# ecto.reset - drop/setup
5353
defp aliases do
54-
["ecto.setup": ["ecto.create", "ecto.migrate", "run priv/repo/seeds.exs"],
54+
["ecto.setup": ["ecto.create", "ecto.migrate"],
5555
"ecto.reset": ["ecto.drop", "ecto.setup"],
5656
"db.migrate": ["ecto.migrate", "ecto.dump"],
5757
"db.rollback": ["ecto.rollback", "ecto.dump"],

‎priv/repo/seeds.exs

-22
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.