liquibase
Liquibase diff generates changeset using wrong case on tablenames
I\'m performing a diff on a remote mysql database using LiquiBase, and finding that the changeset that is generated uses the incorrect casing for table names (all lowercase).This subsequently causes t[详细]
2022-12-17 19:43 分类:问答Trouble running liquibase with different agent
I need to execute the same db-changelog by ant and then by spring. I hope that ant will run the changelog and when spring run, it will not do anything and just stop normally. Ant run the db-changelog[详细]
2022-12-14 20:29 分类:问答How to integrate a Liquibase migration into my grails build?
I have a Liquibase migration that I manually run to load seed data from several CSV files into my database. I would like to run this migration each time I run grails run-app.[详细]
2022-12-13 02:28 分类:问答How to delete an index in Grails with Liquibase
I have a table generated by GORM (Grails Domain). It has foreign key / index that generated random characters like FKAC7AAF67162A158F. I need to remove that field that not needed anymore.[详细]
2022-12-11 04:41 分类:问答liquibase - Cant get sample to work
Im trying to get to run a very simple example in liquibase 1.9.5 (see at the end). When I run liquibase --changeLogFile=test_sample.xml update[详细]
2022-12-08 23:40 分类:问答