This repository contains sample changelogs organized by object type and release.
The initial changesets were built using the Adventure Works 2019 database provided by Microsoft for SQL Server. While the structure of the files is correct the changelogs will not run as-is due to missing dependencies (only a few object examples are included).
Best practices for changelog management can be found here.
changelog.type.xml
├───Tables
│ Person.Person.sql
│ Purchasing.Vendor.sql
│ Sales.Customer.sql
│
└───Views
│ HumanResources.EmployeeDepartmentHistory.sql
│ Purchashing.VendorWithAddress.sql
│ Sales.StoreWithContacts.sql
├───Stored Procedures
│ HumanResources.UpdateEmployeeLogin.sql
│ SalesTopTen.sql
│
changelog.version.xml
├───Version 1.0
│ version1_0.sql
│
└───Version 1.1
│ version1_1.sql
│
- Liquibase sales: https://www.liquibase.com/contact
- Liquibase support: https://support.liquibase.com/