From f55c9abebc466069d2636bd98f031d141be2362b Mon Sep 17 00:00:00 2001 From: Fernando Uc Date: Fri, 11 Oct 2024 10:27:11 -0600 Subject: [PATCH] Fixes bug#AL-4550 --- src/db/migration/V20241010_1751__AL-4550.sql | 1 + src/db/migration/V20241010_1805__AL-4551.sql | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/db/migration/V20241010_1751__AL-4550.sql b/src/db/migration/V20241010_1751__AL-4550.sql index 93a2b79c7..8f622e7d5 100644 --- a/src/db/migration/V20241010_1751__AL-4550.sql +++ b/src/db/migration/V20241010_1751__AL-4550.sql @@ -1,3 +1,4 @@ +-- INSERT / UPDATE declare dup_val_on_index exception; except_02291 exception; diff --git a/src/db/migration/V20241010_1805__AL-4551.sql b/src/db/migration/V20241010_1805__AL-4551.sql index f9855e764..72351b1d0 100644 --- a/src/db/migration/V20241010_1805__AL-4551.sql +++ b/src/db/migration/V20241010_1805__AL-4551.sql @@ -1,3 +1,4 @@ +-- INSERT / UPDATE declare dup_val_on_index exception; except_02291 exception; @@ -12,5 +13,4 @@ begin exception when dup_val_on_index then null; when except_02291 then null; -end; -/ \ No newline at end of file +end; \ No newline at end of file