Skip to content

Commit

Permalink
Tweak docs
Browse files Browse the repository at this point in the history
  • Loading branch information
max-muoto committed Dec 27, 2024
1 parent db295ed commit 6510488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def my_job():
return pgcron.Delete(NameTestModel.objects.all().filter(name="test"))
```

### Executing SQL for Jobs
### SQL Expressions

A `pgcron.SQLExpression` is a simple SQL expression to be executed by pgcron.

Expand Down

0 comments on commit 6510488

Please sign in to comment.