Skip to content

Commit a7f3a25

Browse files
authored
[*] sync cron expression in docs/index.md with README (#743)
1 parent edb13af commit a7f3a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ It is completely database driven and provides a couple of advanced concepts.
3131
3. Create a new job, e.g. run `VACUUM` each night at 00:30 Postgres server time zone
3232

3333
```sql
34-
my_database=> SELECT timetable.add_job('frequent-vacuum', '30 * * * *', 'VACUUM');
34+
my_database=> SELECT timetable.add_job('frequent-vacuum', '30 0 * * *', 'VACUUM');
3535
add_job
3636
---------
3737
3

0 commit comments

Comments
 (0)