Skip to content

Commit

Permalink
Problem: never enough packages
Browse files Browse the repository at this point in the history
Solution: import more from Pigsty
  • Loading branch information
yrashk committed Feb 7, 2025
1 parent 508f592 commit 7d36b92
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/pg_drop_events.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class PgDropEvents < Pgpm::Package
github "bolajiwahab/pg_drop_events"
end
5 changes: 5 additions & 0 deletions packages/pg_xenophile.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class PgXenophile < Pgpm::Package
github "bigsmoke/pg_xenophile"
end
5 changes: 5 additions & 0 deletions packages/xxhash.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

class Xxhash < Pgpm::Package
github "hatarist/pg_xxhash"
end

0 comments on commit 7d36b92

Please sign in to comment.