logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

seeds.exs (510B)


  1. # Pleroma: A lightweight social networking server
  2. # Copyright © 2017-2022 Pleroma Authors <https://pleroma.social/>
  3. # SPDX-License-Identifier: AGPL-3.0-only
  4. # Script for populating the database. You can run it as:
  5. #
  6. # mix run priv/repo/seeds.exs
  7. #
  8. # Inside the script, you can read and write to any of your
  9. # repositories directly:
  10. #
  11. # Pleroma.Repo.insert!(%Pleroma.SomeSchema{})
  12. #
  13. # We recommend using the bang functions (`insert!`, `update!`
  14. # and so on) as they will fail if something goes wrong.