Skip to content

Commit

Permalink
LANTERN-595-adding-if-exists-clause
Browse files Browse the repository at this point in the history
  • Loading branch information
archita-ekkirala committed Aug 21, 2024
1 parent 86d5b9e commit 5cfcf64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BEGIN;

ALTER TABLE public.healthit_products_map DROP CONSTRAINT unique_id_healthit_product;
ALTER TABLE IF EXISTS public.healthit_products_map DROP CONSTRAINT IF EXISTS unique_id_healthit_product;


COMMIT;

0 comments on commit 5cfcf64

Please sign in to comment.