database - Multiple schemas works for clean and init, but not for migrate -


with command-line option, tried multiple-schemas thing: have gold schema metadata table, , series of user sandboxes slaved it.

flyway -schemas=schema1,schema2 clean 

this worked ok. schemas wiped.

flyway -schemas=schema1,schema2 init 

this worked ok, or @ least expected: created metadata table in first schema.

flyway -schemas=schema1,schema2 migrate 

this did not work - migrated first schema, subsequent ignored.

is broken in 2.1.1? seems basic point of having multiple schemas.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -