From 82b1b95785f4c9ed0edd6adcc76cc201bd4d2148 Mon Sep 17 00:00:00 2001 From: Naveen MR Date: Sat, 18 Sep 2021 14:57:22 +0100 Subject: [PATCH] docs : env variables Signed-off-by: Naveen MR Signed-off-by: Raju Udava --- .../content/en/setup-and-usages/sync-schema.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 packages/noco-docs/content/en/setup-and-usages/sync-schema.md 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 new file mode 100644 index 0000000000..b2345272d2 --- /dev/null +++ b/packages/noco-docs/content/en/setup-and-usages/sync-schema.md @@ -0,0 +1,18 @@ +--- +title: 'Sync Schema' +description: 'Schema changes made to database from outside nocodb GUI can be synced' +position: 70 +category: 'Usage' +menuTitle: 'Sync Schema' +--- + +## How to sync schema changes to NocoDB. +NocoDB allows you to sync schema changes if you have made changes outside nocodb GUI. However, it has to be noted then you will have tobring your own +schema migrations for moving from environment to other. + +Below are the steps to sync schema changes. + +## Example +- Please note there are 3 tables in schema. + +- And NocoDB has just 2 tables. \ No newline at end of file