Skip to content

Commit

Permalink
Merge pull request #199 from peopledoc/ele_migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Jablon authored Apr 29, 2020
2 parents 9aacfee + cfdb71c commit e2ec16c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Closes #<ticket number>

<!-- Please do not remove this, even if you think you don't need it -->
### Successful PR Checklist:
<!-- In case of doubt, we're here to help. CONTIRBUTING.md might help too -->
<!-- In case of doubt, we're here to help. CONTRIBUTING.md might help too -->
- [ ] Tests
- [ ] (not applicable?)
- [ ] Documentation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- fix procrastinate_fetch_job that works by accident, now returning a proper
-- procrastinate_jobs row
CREATE FUNCTION procrastinate_fetch_job(target_queue_names character varying[]) RETURNS procrastinate_jobs
CREATE OR REPLACE FUNCTION procrastinate_fetch_job(target_queue_names character varying[]) RETURNS procrastinate_jobs
LANGUAGE plpgsql
AS $$
DECLARE
Expand Down

0 comments on commit e2ec16c

Please sign in to comment.