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 1b05e0e commit 86d14e4Copy full SHA for 86d14e4
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.0.tar.gz"
5
- sha256 "cb9ed31378e8b68864978975376d3bbb33f438d7747a114d00a2478dcae89dc0"
+ url "https://github.com/stripe/pg-schema-diff/archive/refs/tags/v1.0.1.tar.gz"
+ sha256 "ff282cfeeaa3af3677cd421a6eb9c9c406692f1961caef2a40870c54771e63ae"
6
license "MIT"
7
head "https://github.com/stripe/pg-schema-diff.git", branch: "main"
8
0 commit comments