Skip to content

For Update and Insert Statement, not all fields have to be compared #62

@Janine65

Description

@Janine65

There are fields like created, updated, and smilar which should not be compared and also should be ignored in update and insert statements. It should be possible to configure such fields in the config.json File.

Example:
"compareOptions": {
...
"ignoreFields": [ "created", "updated" ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions