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