Files
blog-service/priv/repo/seeds.exs
sophiathedev f08cf7b54c feat: initial commit
initial example environment variable used for project with MIX_ENV=prod (production environment)
creating base response for any response
development mode deployment for postgresql
2025-12-07 16:05:36 +07:00

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