Files
nocodb/packages/noco-docs/content/en/setup-and-usages/sync-schema.md
Naveen MR 7b3e6d216d docs : usage information details.
Signed-off-by: Naveen MR <oof1lab@gmail.com>
2022-02-07 12:37:58 +00:00

1.0 KiB

title, description, position, category, menuTitle
title description position category menuTitle
Sync Schema Schema changes made to database from outside nocodb GUI can be synced 610 Product 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 to bring your own schema migrations for moving from environment to other.

Below are the steps to sync schema changes.

  1. Under Settings menubar, click Project Metadata
  2. Under Meta Management tab, click on Metadata sub tab.
  3. Changes carried outside GUI, identified by NocoDB are listed under Sync state
  4. Click Sync Now to complete Schema sync procedure.

metasync

Note

  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.