From 89252a9607de99afb2252370dddf7dbde74cd2a2 Mon Sep 17 00:00:00 2001 From: Salih Date: Tue, 29 Nov 2022 09:00:45 +0300 Subject: [PATCH] Update post.md --- docs/en/Community-Articles/2022-11-25-JSON-columns/post.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/Community-Articles/2022-11-25-JSON-columns/post.md b/docs/en/Community-Articles/2022-11-25-JSON-columns/post.md index 9c49c9f334..4f69b4eb1f 100644 --- a/docs/en/Community-Articles/2022-11-25-JSON-columns/post.md +++ b/docs/en/Community-Articles/2022-11-25-JSON-columns/post.md @@ -127,7 +127,6 @@ In this article, I've briefly introduced the JSON Columns feature that was shipp ### The Source Code * You can find the full source code of the example application [here](https://github.com/abpframework/abp-samples/tree/master/EfCoreJSONColumnDemo). -* You can see this pull [request](https://github.com/abpframework/abp-samples/pull/210) for the changes I've done after creating the application. ### References