Replies: 3 comments 2 replies
-
Hi, can you elaborate on what cleaning the schema means then? |
Beta Was this translation helpful? Give feedback.
-
Basically the ability to "clean" the schema, hence dropping all the tables: https://flywaydb.org/documentation/command/clean Very convenient in dev. Alternatively, diesel provides the "redo" migration command which allow to rollback and run the last transaction. It avoids the pain of |
Beta Was this translation helpful? Give feedback.
-
Interesting! Yeah this also makes sense, would you want to go ahead and try to implement it? I can guide you through wherever you need |
Beta Was this translation helpful? Give feedback.
-
Is there any way to clean the schema conveniently without the need to drop/create the database ? Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions