Hi all,
We are working on a PostgreSQL DB in AWS and are implementing Liquibase for our CI/CD pipeline using Maven and DevOps.
My question is around the repo we currently keep in Visual Code where we have a folder structure that resembles the schema on the PostgreSQL DB.
With Liquibase, would we only keep the ChangeLogs with their respective ChangeSets in the Repo and execute a Liquibase update to bring the DEV environment up to the same version as the repo?
It just feels foreign to not have a nicely structured copy of your db schema in the repo but rather Changelogs that are not easy to read for the human eye.
Thanks a lot for your feedback!
Regards
MelG