Tried to modify existing table by adding column and adding new table using sqlcl 23.1. After reapplying changes to other schema new table was created, existing table did not get modifications. Can you confirm that? runOnChange attribute was set to true.
@rafagrzegorczyk2629 Жыл бұрын
Can you provide the exact commands you executed before? Setting runOnChange is not necessary here, all changesets should be created automatically after you run generate-schema at the beginning. It would be easier to help you if you contact me through e.g LinkedIn
@santosh-panigrahi9 ай бұрын
Will this not copy all backup and other RND stuff developers doing in dev to UAT. Also what about table with billion records will not that increase change xml and ither files. So how we can ensure liquibase did full copy or incremental copy. Any other effective solution for datbase vcs. Could you pls share some links to start learning and exploring liquibase for oracle. Thank you for sharing the video .
@Pretius9 ай бұрын
Hi, Santosh. Here are a few links that should be useful: - pretius.com/blog/liquibasdev-to-uat/ - rafal.hashnode.dev/series/sqlcl-liquibase - pretius.com/blog/sqlcl-liquibase-tags-guide/