Skip to content

jbennett-liquibase/Pro_Changelogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages