We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9893d46 commit a995ad1Copy full SHA for a995ad1
packages/pg_incremental.rb
@@ -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