Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DMP-4630: Flyway Updates : Disable Automated jobs #2464

Merged
merged 8 commits into from
Jan 22, 2025
Prev Previous commit
Next Next commit
Update V1_430__disabled_some_automated_jobs.sql
Ben-Edwards-cgi authored Jan 21, 2025
commit 27538ba9ab17322fd11c5a19281f7a4c87d6585f
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
update automated_task
set task_enabled = false
where aut_id in (22, 25, 28, 29, 30, 31);
where aut_id in (22, 28, 29, 30, 31);