Re: [Liquibase-user] Re commendation

2009-05-19 Thread Voxland, Nathan
nicely. You will have to add it to the end of each changeSet if you need it to run on after each changeset, however. Nathan -Original Message- From: jfrapper [mailto:jfrap...@lycos.com] Sent: Monday, May 18, 2009 2:55 PM To: liquibase-user@lists.sourceforge.net Subject: [Liquibase-user] Re

[Liquibase-user] Re commendation

2009-05-18 Thread jfrapper
Greetings, With the way our Oracle DBA's have setup security, after every time that Liquibase executes one or more change sets, they would like us to run a grants package. For example: EXEC xxx_meta.GRANTS_PKG.SCHEMA_GRANTS('xxx_OBJ'); How should I hook this into the Liquibase update

Re: [Liquibase-user] Re commendation

2009-05-18 Thread Diego Moreira da Rosa
On Mon, May 18, 2009 at 4:54 PM, jfrapper jfrap...@lycos.com wrote: How should I hook this into the Liquibase update process.  I really dont want to put it at the end of each differential file.  Suggestions?! I usually put this kind of thing in my Ant script, after the call to Liquibase update