2021-03-11 21:12:55 -05:00
|
|
|
# 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:
|
|
|
|
#
|
2023-02-25 15:47:37 -05:00
|
|
|
# Cannery.Repo.insert!(%Cannery.SomeSchema{})
|
2021-03-11 21:12:55 -05:00
|
|
|
#
|
|
|
|
# We recommend using the bang functions (`insert!`, `update!`
|
|
|
|
# and so on) as they will fail if something goes wrong.
|