diff --git a/newsfragments/check-db-exist-before-operations.fix b/newsfragments/check-db-exist-before-operations.fix new file mode 100644 index 0000000..d68220a --- /dev/null +++ b/newsfragments/check-db-exist-before-operations.fix @@ -0,0 +1,2 @@ +Added a check to ensure the source exists before database operations, +preventing the destination from being dropped if the source is missing.