Skip to content

Commit

Permalink
drop hasura created triggers if exist
Browse files Browse the repository at this point in the history
  • Loading branch information
skovati committed Jul 8, 2024
1 parent d880c30 commit 2078b1c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
begin;

drop trigger if exists "notify_hasura_refreshSchedulingProcedureParameterTypes_INSERT" on scheduler.scheduling_goal_definition;
drop trigger if exists "notify_hasura_refreshSchedulingProcedureParameterTypes_UPDATE" on scheduler.scheduling_goal_definition;

alter table scheduler.scheduling_goal_analysis_created_activities
drop constraint created_activities_primary_key,
add constraint created_activities_primary_key
Expand Down

0 comments on commit 2078b1c

Please sign in to comment.