Skip to content

folio-org/folio-liquibase-util

Repository files navigation

folio-liquibase-util

Copyright (C) 2018 The Open Library Foundation

This software is distributed under the terms of the Apache License, Version 2.0. See the file "LICENSE" for more information.

Introduction

Liquibase schema migration utilities.

In order to use the library add the dependency to the pom.xml file:

   <dependency>
     <groupId>org.folio</groupId>
     <artifactId>folio-liquibase-util</artifactId>
     <version>x.y.z*</version>
     <type>jar</type>
   </dependency>

*x.y.z - latest release version

Additional information