diff options
Diffstat (limited to 'priv/repo/seeds.exs')
| -rw-r--r-- | priv/repo/seeds.exs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/priv/repo/seeds.exs b/priv/repo/seeds.exs deleted file mode 100644 index 1a102d7..0000000 --- a/priv/repo/seeds.exs +++ /dev/null @@ -1,11 +0,0 @@ -# Script for populating the database. You can run it as: -# -# mix run priv/repo/seeds.exs -# -# Inside the script, you can read and write to any of your -# repositories directly: -# -# Silmataivas.Repo.insert!(%Silmataivas.SomeSchema{}) -# -# We recommend using the bang functions (`insert!`, `update!` -# and so on) as they will fail if something goes wrong. |
