8000 Updates and fixes by inian · Pull Request #28 · supabase/postgres · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add pgcron
  • Loading branch information
inian committed Nov 11, 2020
commit 62d6d3fa20b3dff4092b0f46cfc210a3324fdd9f
7 changes: 7 additions & 0 deletions ansible/tasks/setup-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
update_cache: yes
cache_valid_time: 3600

# pgcron
- name: Install pgcron
apt:
pkg: postgresql-12-cron
update_cache: yes
cache_valid_time: 3600

# pgAudit
- name: pgAudit - download & install dependencies
apt:
Expand Down
0