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 9d68afa commit 0a1a583Copy full SHA for 0a1a583
Formula/p/pg-schema-diff.rb
@@ -1,8 +1,8 @@
1
class PgSchemaDiff < Formula
2
desc "Diff Postgres schemas and generating SQL migrations"
3
homepage "https://github.com/stripe/pg-schema-diff"
4
- url "https://github.com/stripe/pg-schema-diff/archive/refs/tags/v1.0.1.tar.gz"
5
- sha256 "ff282cfeeaa3af3677cd421a6eb9c9c406692f1961caef2a40870c54771e63ae"
+ url "https://github.com/stripe/pg-schema-diff/archive/refs/tags/v1.0.2.tar.gz"
+ sha256 "036abefc48a7c4b3fe73f8ab659f7d3f3379d85b3747cd2ceb973ae542192667"
6
license "MIT"
7
head "https://github.com/stripe/pg-schema-diff.git", branch: "main"
8
0 commit comments