Skip to content

Commit

Permalink
Add pg_cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Nov 21, 2023
1 parent 8f69a26 commit 8c7afb0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- run job every night at 1:00 am
SELECT cron.schedule ('update_current_mbis','0 1 * * *','call update_current_mbi()');

0 comments on commit 8c7afb0

Please sign in to comment.