Skip to content

Commit

Permalink
Merge pull request #1196 from egovernments/processTracKConstraint
Browse files Browse the repository at this point in the history
adding constraint
  • Loading branch information
ashish-egov authored Jul 31, 2024
2 parents 1196562 + 45a6ad8 commit 6668394
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE eg_cm_campaign_process
ADD CONSTRAINT uq_campaignId_type UNIQUE (campaignId, type);

0 comments on commit 6668394

Please sign in to comment.