From aff5df2a49c46cb725d3dbddb4d7df2a37ccba48 Mon Sep 17 00:00:00 2001 From: Navi Date: Mon, 3 Jan 2022 11:38:23 +0000 Subject: [PATCH] Update sync-schema.md --- packages/noco-docs/content/en/setup-and-usages/sync-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/noco-docs/content/en/setup-and-usages/sync-schema.md b/packages/noco-docs/content/en/setup-and-usages/sync-schema.md index 1efcf8508b..bc48db7fc9 100644 --- a/packages/noco-docs/content/en/setup-and-usages/sync-schema.md +++ b/packages/noco-docs/content/en/setup-and-usages/sync-schema.md @@ -19,7 +19,7 @@ Below are the steps to sync schema changes. ![metasync](https://user-images.githubusercontent.com/86527202/147923717-630f0e0f-7c7a-431c-a50d-8f9376a06eb7.png) ## Note -1. Column rename operation will be depicted as amalgamation of Column delete & create operation +1. Column rename operation will be treated like 'column delete' & 'column create' operation 2. Only table schema changes identified will be listed under `Sync state`; any changes to records are automatically synchronized.