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 a159471 commit ecdc888Copy full SHA for ecdc888
nix/ext/pg_jsonschema.nix
@@ -14,6 +14,9 @@ buildPgrxExtension_0_11_3 rec {
14
15
nativeBuildInputs = [ cargo ];
16
buildInputs = [ postgresql ];
17
+ # update the following array when the pg_jsonschema version is updated
18
+ # required to ensure that extensions update scripts from previous versions are generated
19
+
20
previousVersions = ["0.3.0" "0.2.0" "0.1.4" "0.1.4" "0.1.2" "0.1.1" "0.1.0"];
21
CARGO="${cargo}/bin/cargo";
22
env = lib.optionalAttrs stdenv.isDarwin {
0 commit comments