From c8b6b65ef186edf7d4c71206944088392573e59c Mon Sep 17 00:00:00 2001 From: Marc Date: Thu, 23 Feb 2023 20:35:19 +0100 Subject: [PATCH] Update docs/docs/core/database/relations/reordering.mdx Co-authored-by: Josh <37798644+joshuaellis@users.noreply.github.com> --- docs/docs/core/database/relations/reordering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/core/database/relations/reordering.mdx b/docs/docs/core/database/relations/reordering.mdx index 318b03b2a4..60096fefc9 100644 --- a/docs/docs/core/database/relations/reordering.mdx +++ b/docs/docs/core/database/relations/reordering.mdx @@ -18,7 +18,7 @@ This reordering feature is available in the Content Manager and the API. `packages/core/database/lib/entity-manager/relations-orderer.js` -## How order is stored in DB? +## How is the order stored in DB? - We store the order of the relations in a `order` field. - For bidirectional relations, we store the order of the other side in a `inverse_order` field.