You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I'm trying to achieve is to come up with 2 sets of migration scripts and somehow instruct mybatis migration to pick up the scripts from one folder or the other, depending on the schema that I'm instructing it to use.
I'm planning to use this functionality on a postgres DB instance on which I'll have multiple schema defined. Each schema will have slightly different table structures, that is why I will need 2 sets of scripts.
I can hack this functionality by duplicating the whole mybatis migrations folders structure, but it will be cleaner if I could just instruct the command to use one or the other set of scripts.
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
What I'm trying to achieve is to come up with 2 sets of migration scripts and somehow instruct mybatis migration to pick up the scripts from one folder or the other, depending on the schema that I'm instructing it to use.
I'm planning to use this functionality on a postgres DB instance on which I'll have multiple schema defined. Each schema will have slightly different table structures, that is why I will need 2 sets of scripts.
I can hack this functionality by duplicating the whole mybatis migrations folders structure, but it will be cleaner if I could just instruct the command to use one or the other set of scripts.
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: