This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: qwcyqeqA5l3mLy2c1IoNOccJNl-HL1CfjHpz46LnSX4
Cover

Database Schema Versioning and Migrations Made Simpler For High Speed CI/CD

Written by @csouchet | Published on 2020/9/28

TL;DR
Liquibase can be used in a Java project, with Spring/Hibernate, to version the database. It works with Changelog files (the list of all the changes, in order, that need to execute to update the database). There are 4 supported formats for these Changelogs:. SQL, XML, YAML, and. changeset formats. If there is an error on a changeset, all the precedents will have already been applied. You will only have to correct the incorrect changeset in error.

[story continues]


Written by
@csouchet
R&D Engineer at Bonitasoft. Working on an open source project: https://github.com/process-analytics

Topics and
tags
liquibase|database|versioning|plugins|java|hackernoon-top-story|database-schema-versioning|database-schema-migration
This story on HackerNoon has a decentralized backup on Sia.
Transaction ID: qwcyqeqA5l3mLy2c1IoNOccJNl-HL1CfjHpz46LnSX4