intisync.ex/priv/repo/seeds.exs
Victor Martinez 388ee90bb3 first commit
2024-03-23 16:20:44 +01:00

11 lines
353 B
Elixir

# 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:
#
# Intisync.Repo.insert!(%Intisync.SomeSchema{})
#
# We recommend using the bang functions (`insert!`, `update!`
# and so on) as they will fail if something goes wrong.