Skip to content

Commit a995ad1

Browse files
committed
Problem: not enough extensions
Solution: add recently published pg_incremental
1 parent 9893d46 commit a995ad1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/pg_incremental.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# frozen_string_literal: true
2+
3+
class PgIncremental < Pgpm::Package
4+
github "crunchydata/pg_incremental"
5+
6+
def requires
7+
super + [Pgpm::Package["pg_cron"][:latest]]
8+
end
9+
end

0 commit comments

Comments
 (0)