Skip to content

Commit

Permalink
Ashish egov patch 2 (#1166)
Browse files Browse the repository at this point in the history
* Update Listener.ts

* added new branch

* Update Listener.ts

* fixed mapping kafka error

* mapping kafka fixed

* fix kafka

* fix kafka

* Removing foreign key constraint

* Update publishProjectFactory.yml
  • Loading branch information
ashish-egov authored Jul 29, 2024
1 parent 54a22ff commit 4acfd01
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- Migration script to remove the foreign key constraint
ALTER TABLE eg_cm_campaign_process DROP CONSTRAINT IF EXISTS fk_campaignId;
ALTER TABLE eg_cm_resource_activity DROP CONSTRAINT IF EXISTS eg_cm_resource_activity_resourceDetailsId_fkey;

0 comments on commit 4acfd01

Please sign in to comment.