MJ core schema substituted for ${mjSchema}. Defaults to __mj.
Separate from schema, which is the APP's schema: an Open App migration references core as
${mjSchema} and itself as ${flyway:defaultSchema}, and for every app those differ. The
baked body is EXECUTED against the working database, so an unresolved macro is not cosmetic —
it fails the apply and halts the bake chain (issue #3838).
MJ core schema substituted for
${mjSchema}. Defaults to__mj.Separate from
schema, which is the APP's schema: an Open App migration references core as${mjSchema}and itself as${flyway:defaultSchema}, and for every app those differ. The baked body is EXECUTED against the working database, so an unresolved macro is not cosmetic — it fails the apply and halts the bake chain (issue #3838).