fbitipline/priv/repo/seeds.exs
expand-sys 0839224e8d blah
2024-09-17 12:33:54 +10:00

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