Hi,
Maybe a silly question: how to get a proper change log and set for next day-to-day scenario?
- get a baseline ddl (or xml) of a schema using SQLcl Liquibase (generate-changelog? generate-schema? …?)
- add a column to a table in that schema using
- get the proper change log and set using SQLcl Liquibase to pass the upgrade SQL to the DBA (changelog-sync-sql? diff-changeLog? generate-changelog? update-sql? ...?)
I have been trying for several hours, watched numeous YouTubes including CI/CD in oracle https://youtu.be/P3La7ig37CU but I just cannot get this basic flow…
Herman
I'm on Oracle 12.2 running on RHEL in docker on a Virtual Box, connecting from Windows 10 Pro.