From bb666ee94e7f0b4761343c8928558f5d30064f5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9rick=20Capovilla?= Date: Sat, 21 Oct 2023 22:39:15 -0400 Subject: [PATCH] docs: link to the ash_postgres references documentation in the Relationships guide (#748) --------- Co-authored-by: Zach Daniel --- documentation/topics/relationships.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/topics/relationships.md b/documentation/topics/relationships.md index a54b42cc..6e88be49 100644 --- a/documentation/topics/relationships.md +++ b/documentation/topics/relationships.md @@ -31,6 +31,10 @@ end See [Managing Relationships](/documentation/topics/managing-relationships.md) for more information. +Your data layer may enforce foreign key constraints, see the following guides for more information: + +- [AshPostgres references](https://hexdocs.pm/ash_postgres/references.html) + ## Kinds of relationships There are four kinds of relationships: