Fork of Pleroma with site-specific changes and feature branches https://git.pleroma.social/pleroma/pleroma
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
351B

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