(no title)
ElongatedMusket | 1 year ago
What we are not good about is making sure the changelogs have revert capability... some devs do it right and others not so much
ElongatedMusket | 1 year ago
What we are not good about is making sure the changelogs have revert capability... some devs do it right and others not so much
gregw2|1 year ago
Funny you mention changeset rollback. I tried doing that and got it working for a wide variety of SQL types of changes, but I had a hard time at the end of it convincing myself all the extra code writing and testing of all that was worth imposing on other developers for our fairly centralized SaaS-supporting database.
Liquibase supports a lot of databases but not always all the data warehouse/lake latest ones I’m interested in, e.g. Athena/iceberg.
Sn0wCoder|1 year ago