Schemas

Adding

New schemas can be associated with a repository when they're being created (manually or via schema load).

Existing schemas may also be added in this manner when they're first touched during development (if not already associated with a repository). However, using a migration strategy for existing systems is highly recommended.

When a new schema is detected, you're prompted to select which repository you'd like to associate the schema with. You may also decide to exclude the schema, in which case any changes to the schema will be ignored by JadeGit.

screwdriver-wrench

Committing

When a schema is associated with a repository, a change is recorded against the current branch to add the schema. On commit, a deep extract of the schema is performed to save all schema entities to the repository.

Last updated