flyway - flywaydb: How to stop accidently clean -
itemprop = "text">
There is a command called 'command' inside the flyway db, if we use it, it will skip all the objects in the schema .
Leaves all objects (tables, views, processes, triggers, ...) in the configured schema, the schema is cleared in the order specified by the schema property.
How can we disable it so that nobody accidentally uses it as necessary?
Your best option is to command the flywheel, wrap the script of the flywheel on its own. Then you can stop the clean command and no-op.
Comments
Post a Comment