Skip to content

Commit

Permalink
Merge pull request #961 from d3sw/release-v2.43.0
Browse files Browse the repository at this point in the history
Release v2.43.0
  • Loading branch information
cmegafu authored Apr 13, 2023
2 parents 390754f + 6a1ae32 commit 15f596b
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
INSERT INTO META_PRIORITY (MIN_PRIORITY,MAX_PRIORITY,NAME,VALUE) VALUES
(1,10,'one-cdn-nomad-with-wtrmrk','one-cdn-packager-high'),
(1,2,'one-cdn-nomad-no-wtrmrk','one-cdn-packager-high'),
(3,10,'one-cdn-nomad-no-wtrmrk','one-cdn-packager')
on conflict do nothing;


INSERT INTO META_PRIORITY (MIN_PRIORITY,MAX_PRIORITY,NAME,VALUE) VALUES
(1,2,'one-cdn-batch-with-wtmrk','urgent'),
(3,10,'one-cdn-batch-with-wtmrk','high'),
(1,2,'one-cdn-batch-no-wtmrk','urgent'),
(3,4,'one-cdn-batch-no-wtmrk','high'),
(5,7,'one-cdn-batch-no-wtmrk','normal'),
(8,10,'one-cdn-batch-no-wtmrk','low')
on conflict do nothing;

0 comments on commit 15f596b

Please sign in to comment.