-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec62127
commit ac1867e
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
src/main/resources/db/migration/v0.38.0.29__stagger_geo_loads.sql
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,7 @@ | ||
UPDATE bulkscheduledload SET cronschedule = '0 10 22 ? * SUN-THU' WHERE id = (SELECT id FROM bulkload WHERE name = 'FB GEO CrossReference'); | ||
UPDATE bulkscheduledload SET cronschedule = '0 11 22 ? * SUN-THU' WHERE id = (SELECT id FROM bulkload WHERE name = 'HUMAN GEO CrossReference'); | ||
UPDATE bulkscheduledload SET cronschedule = '0 12 22 ? * SUN-THU' WHERE id = (SELECT id FROM bulkload WHERE name = 'MGI GEO CrossReference'); | ||
UPDATE bulkscheduledload SET cronschedule = '0 13 22 ? * SUN-THU' WHERE id = (SELECT id FROM bulkload WHERE name = 'RGD GEO CrossReference'); | ||
UPDATE bulkscheduledload SET cronschedule = '0 14 22 ? * SUN-THU' WHERE id = (SELECT id FROM bulkload WHERE name = 'SGD GEO CrossReference'); | ||
UPDATE bulkscheduledload SET cronschedule = '0 15 22 ? * SUN-THU' WHERE id = (SELECT id FROM bulkload WHERE name = 'WB GEO CrossReference'); | ||
UPDATE bulkscheduledload SET cronschedule = '0 16 22 ? * SUN-THU' WHERE id = (SELECT id FROM bulkload WHERE name = 'ZFIN GEO CrossReference'); |