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
Post a Comment