You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Carbon Five DB Migration Discussion Group
I was curious if anyone uses this DB Migration tool to maintain a
database that is shared by multiple projects (not necessarily maven
multi module projects). If so, did you create a dedicated project
with its own pom.xml just to house the sql scripts? Did you jar up
the scripts and make them a dependency in your other projects? Is it
possible to run the migrations out of a jar file? I am trying to
decide how to best use a tool like this. Thank you.