Run config database script - run multiple scripts

已回答

Hi,

I'm looking to run the config below(MySQL) but I need to match a schema to a .sql script file.  One to One. 

i.e.: schema1 -> script one

schema2-> script twor...

Is that possible?

0
正式评论

Yes, it's possible.
You need to create several run configurations, e.g.:  schema 1 -> script 1, schema 2 -> script 2 

And then create a new run configuration `Compound`:

请先登录再写评论。