Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.38 KB

README.md

File metadata and controls

40 lines (34 loc) · 1.38 KB

Liquibase Logo

Overview

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.

Directory By Object

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
│

Directory By Version

changelog.version.xml
├───Version 1.0
│       version1_0.sql
├───Version 1.1
│       version1_1.sql

Contact Liquibase