-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added upgrade sql for the v1.0.3 release and updated the type for upg…
…rade data
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
-- SQL query to delete poll_SystemMessageFileSftp_NewProductsFeed service job and related data | ||
|
||
delete from service_job_parameter where job_name = 'poll_SystemMessageFileSftp_NewProductsFeed' | ||
delete from service_job_run where job_name = 'poll_SystemMessageFileSftp_NewProductsFeed' | ||
delete from service_job where job_name = 'poll_SystemMessageFileSftp_NewProductsFeed' | ||
|
||
-- SQL query to delete poll_SystemMessageFileSftp_ProductUpdatesFeed service job and related data | ||
|
||
delete from service_job_parameter where job_name = 'poll_SystemMessageFileSftp_ProductUpdatesFeed' | ||
delete from service_job_run where job_name = 'poll_SystemMessageFileSftp_ProductUpdatesFeed' | ||
delete from service_job where job_name = 'poll_SystemMessageFileSftp_ProductUpdatesFeed' |