Skip to content

Commit 20bdcd7

Browse files
author
dakodakov
authored
Fix data job deletions not deleting cronjob (#3425)
1 parent 43d92d3 commit 20bdcd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
alter table if exists actual_data_job_deployment
2+
drop constraint if exists actual_data_job_deployment_data_job_name_fkey;

0 commit comments

Comments
 (0)