From 4a8b7f467f12efb90f0779ab5d612e4c4610cd98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Yi=C4=9Fit=20Budak?= Date: Thu, 3 Oct 2024 11:57:03 +0000 Subject: [PATCH] =?UTF-8?q?[IMP]=C2=A0towncrier=20description=20for=20fixi?= =?UTF-8?q?ng=20issue/57?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newsfragments/check-db-exist-before-operations.fix | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 newsfragments/check-db-exist-before-operations.fix 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.