1 # Script for populating the database. You can run it as:
3 # mix run priv/repo/seeds.exs
5 # Inside the script, you can read and write to any of your
6 # repositories directly:
8 # Pleroma.Repo.insert!(%Pleroma.SomeSchema{})
10 # We recommend using the bang functions (`insert!`, `update!`
11 # and so on) as they will fail if something goes wrong.