Skip to content

Commit 7d36b92

Browse files
committed
Problem: never enough packages
Solution: import more from Pigsty
1 parent 508f592 commit 7d36b92

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

packages/pg_drop_events.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgDropEvents < Pgpm::Package
4+
github "bolajiwahab/pg_drop_events"
5+
end

packages/pg_xenophile.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class PgXenophile < Pgpm::Package
4+
github "bigsmoke/pg_xenophile"
5+
end

packages/xxhash.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# frozen_string_literal: true
2+
3+
class Xxhash < Pgpm::Package
4+
github "hatarist/pg_xxhash"
5+
end

0 commit comments

Comments
 (0)