mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
20 lines
588 B
YAML
20 lines
588 B
YAML
# Auto-generated DB schema docs config (PostgreSQL). See docs/db.md.
|
|
# Generated by `pnpm db:schema:docs`; do not point this at a real database.
|
|
name: n8n database schema (PostgreSQL)
|
|
desc: Auto-generated from the PostgreSQL migrations in @n8n/db. Do not edit by hand.
|
|
dsn: ${TBLS_DSN}
|
|
docPath: docs/generated/postgres-schema
|
|
|
|
# Skip the machine-readable schema.json dump; only the Markdown docs are committed.
|
|
disableOutputSchema: true
|
|
|
|
er:
|
|
format: mermaid
|
|
|
|
format:
|
|
sort: true
|
|
|
|
# The migrations bookkeeping table is operational noise, not part of the schema.
|
|
exclude:
|
|
- migrations
|