I have a Play Framework 2.2 project that has different subprojects. Everything worked fine, while only one of these subprojects had SQL development scripts.
Now I'm trying to present another subproject with the evolution of the SQL script, and I see no way to determine the dependencies between them or even execute both of them, saving them in my subprojects (where they logically belong).
So, how can I create development scenarios in different submodules and execute them all, observing the dependencies between them?
Thank!
source
share