mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 21:16:40 +00:00
docs(noco-docs-prev): init commit
Signed-off-by: Wing-Kam Wong <wingkwong.code@gmail.com>
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: 'Sync Schema'
|
||||
description: 'Schema changes made to database from outside nocodb GUI can be synced'
|
||||
position: 610
|
||||
category: 'Product'
|
||||
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 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.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user