Re: [Liquibase-user] How to debug upgrade called from API?

2009-03-14 Thread David C. Hicks
After reading this, I tried H2 today, to see if I'd have any better luck. I encountered the same problem with the index having the same name for different tables. The unfortunate thing is that I've already got a database in semi-production. So, modifying the changelog.xml to rename those

Re: [Liquibase-user] How to debug upgrade called from API?

2009-03-14 Thread Voxland, Nathan
You can change contexts without modifying the checksum, so that won't be a problem. There is also a separate changeset attribute of dbms that you an use to set a comma separated list of database types that the changeset should execute for. When I set up my test h2 database I did boy create

Re: [Liquibase-user] How to debug upgrade called from API?

2009-03-14 Thread David C. Hicks
Excellent! I'm sure I can figure out a way to refactor our changelog.xml to make this work. It'll just take a little more brain power than I have right now - after several beers and a glass of wine. Thanks for the feedback, Nathan. Voxland, Nathan wrote: You can change contexts without