From e153b4d3656229a9e2a810a39dfe8ba0a414a404 Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Fri, 25 Aug 2023 16:41:55 +0800 Subject: [PATCH] fix(docs): version number --- packages/noco-docs/docs/030.setup-and-usages/061.links.md | 2 +- .../version-0.109.7/030.setup-and-usages/220.links.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/noco-docs/docs/030.setup-and-usages/061.links.md b/packages/noco-docs/docs/030.setup-and-usages/061.links.md index 28930af8f7..4c850c1926 100644 --- a/packages/noco-docs/docs/030.setup-and-usages/061.links.md +++ b/packages/noco-docs/docs/030.setup-and-usages/061.links.md @@ -18,7 +18,7 @@ description: "Understanding Link Columns!" Further details of relationship types can be found [here](https://afteracademy.com/blog/what-are-the-different-types-of-relationships-in-dbms) -From Release v0.110.0, table records can be connected through relationships using the **Links** column type. +From Release v0.111.0, table records can be connected through relationships using the **Links** column type. It is important to note that, earlier supported column type **LinkToAnotherRecord** for creating relations is considered deprecated. While the old datatype is still supported for backward compatibility, it is no longer possible to create new fields of that type. The main distinction between these two column types lies in how the contents are displayed within the cell when links are established between two tables. With the **LinkToAnotherRecord** column type, the cell displays the **Primary value** of the related records. On the other hand, the **Links** column type only shows the **count** of related records. diff --git a/packages/noco-docs/versioned_docs/version-0.109.7/030.setup-and-usages/220.links.md b/packages/noco-docs/versioned_docs/version-0.109.7/030.setup-and-usages/220.links.md index 9153357d79..fb33ff4bef 100644 --- a/packages/noco-docs/versioned_docs/version-0.109.7/030.setup-and-usages/220.links.md +++ b/packages/noco-docs/versioned_docs/version-0.109.7/030.setup-and-usages/220.links.md @@ -18,7 +18,7 @@ description: "Understanding Link Columns!" Further details of relationship types can be found [here](https://afteracademy.com/blog/what-are-the-different-types-of-relationships-in-dbms) -From Release v0.110.0, table records can be connected through relationships using the **Links** column type. +From Release v0.111.0, table records can be connected through relationships using the **Links** column type. It is important to note that, earlier supported column type **LinkToAnotherRecord** for creating relations is considered deprecated. While the old datatype is still supported for backward compatibility, it is no longer possible to create new fields of that type. The main distinction between these two column types lies in how the contents are displayed within the cell when links are established between two tables. With the **LinkToAnotherRecord** column type, the cell displays the **Primary value** of the related records. On the other hand, the **Links** column type only shows the **count** of related records.