Skip to content

Commit aa10d49

Browse files
committed
Updated readme
1 parent d947f87 commit aa10d49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ onImport: async (item, itemsSrv) => {
127127
| `SCHEMA_SYNC` | Set to automatically do **IMPORT**, **EXPORT** or **BOTH** | `null` |
128128
| `SCHEMA_SYNC_CONFIG` | (optional) An additional config file to use in addition, eg. `test_config.js` | `null` |
129129
| `SCHEMA_SYNC_SPLIT` | (optional) Splits the schema file into multiple files once per collection | `true` |
130+
| `SCHEMA_SYNC_SAFE` | (optional) Safe mode for schema import. Filters destructive diff operations (deletes), so project-specific collections/fields/relations are not removed. | `false` |
130131
| `SCHEMA_SYNC_MERGE` | (optional) Only insert and update items found in the import set (including duplicates). Does not remove items in the DB that are not in the import set. | `false` |
131132
| `SCHEMA_SYNC_DATA_ONLY` | (optional) Only sync data. Does not sync the schema (schema.json or the split schema). | `false` |
132133

0 commit comments

Comments
 (0)