Skip to content

Commit 20bdcd7

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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)