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

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -