A new topic, 'tracing order of applied scripts', has been made on a board you 
are watching.

You can see it at
http://liquibase.org/forum/index.php?topic=52.new#new

The text of the topic is shown below:

Hello,

I would be very interesting in a feature where you could see what was actual 
order of applied scripts. if you apply one script per day then you can easily 
use dateexecuted for that. but the issue is that I am running lots of scripts 
at one time - then dateexecuted is not the best thing to trace order of 
scripts. 
The issue arises when we manage a db with scripts which are maintained on 
different branches.

Does liquibase has a feature for that now?
if not would it be possible to have it? I guess the simplest way would be to 
have additional column in databasechangelog which would have an uniqe 
sequential number: this number would be populate by an insert statement that 
liquibase generate: this insert statement would populate this column by using 
select like this: select max(seq) + 1 from databasechangelog

thanks

Unsubscribe to new topics from this board by clicking here: 
http://liquibase.org/forum/index.php?action=notifyboard;board=1.0

Regards,
The LiquiBase Community Forum Team.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Liquibase-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to