Redgate Change Control 3

Project structure

Redgate Change Control projects consist of a folder containing a redgate-change-control.json file and contain the following folders and files by default:

Folder/FileDescription
migrations/Folder containing migration scripts used to incrementally deploy schema changes. See migration scripts.
schema-model/Folder containing scripts which can be version controlled to provide object level history. See schema model.
flyway.confFlyway configurations. See official documentation.
redgate-change-control.jsonProject settings common to all users of the project. See project settings.
redgate-change-control.user.jsonProject settings specific to the local user. See project user settings.
.gitignore

Excludes files from git which ought not to be version-controlled.


Didn't find what you were looking for?