Re: [Liquibase-user] Updating up to a changeset

2009-04-24 Thread Voxland, Nathan
There is no way to update to a particular changeset. This is partly by design, because we don't want you to think you are creating particular database versions with each changeset, but rather listing changes that need to be applied to get to the current state. Especially when you get into

Re: [Liquibase-user] Updating up to a changeset

2009-04-24 Thread Voxland, Nathan
It should not be difficult to add, I can look at adding it for 1.10. You may be able to do what you are wanting using preconditions. You can create a precondition for the changeset after the one you want to stop at that depends on something that you do to the database between the two steps. Or,

Re: [Liquibase-user] Updating up to a changeset

2009-04-24 Thread Voxland, Nathan
If you could add it to the sourceforge tracker, that would be great. Let us know if you have questions with the preconditions. Nathan On Apr 24, 2009, at 11:44 AM, Darryl Pentz djpe...@yahoo.com wrote: Thanks Nathan, I'll take a look at how the preconditions work. It's not a