We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb13af commit a7f3a25Copy full SHA for a7f3a25
docs/index.md
@@ -31,7 +31,7 @@ It is completely database driven and provides a couple of advanced concepts.
31
3. Create a new job, e.g. run `VACUUM` each night at 00:30 Postgres server time zone
32
33
```sql
34
- my_database=> SELECT timetable.add_job('frequent-vacuum', '30 * * * *', 'VACUUM');
+ my_database=> SELECT timetable.add_job('frequent-vacuum', '30 0 * * *', 'VACUUM');
35
add_job
36
---------
37
3
0 commit comments