I’m trying to write some extensions which replace hand-built SQL inside tags.
I’ve made my class (SetSequenceChange) which extends AbstractChange. It calls:
- Thanks!
I’m trying to write some extensions which replace hand-built SQL inside tags.
I’ve made my class (SetSequenceChange) which extends AbstractChange. It calls:
Aha! Figured it out after a little running the code through a debugger. I didn’t find any examples which are using a schema that has multiple levels, so that explains why I wasn’t figuring out the missing piece.
So this code:
...turns into:
Hopefully, that's useful to someone else looking to write an extension. :)
Glad you found the solution, and thanks for the update.
Nathan