Files
customer-service/priv/repo/seeds.exs
Haim Kortovich 072dbf6e66 WIP
2026-03-05 11:35:01 -05:00

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