Skip to content

Commit

Permalink
Update V20240731162600__add_uniqiue_constraint_process_track.sql (#1308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-egov authored Aug 21, 2024
1 parent 3b433b7 commit f65a046
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- Step 1: Remove duplicate rows
DELETE FROM eg_cm_campaign_process a
USING health.eg_cm_campaign_process b
USING eg_cm_campaign_process b
WHERE a.id < b.id
AND a.campaignId = b.campaignId
AND a.type = b.type;
Expand Down

0 comments on commit f65a046

Please sign in to comment.