Skip to content

Commit ecdc888

Browse files
committed
doc: add note about advancing previousVersions
1 parent a159471 commit ecdc888

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/ext/pg_jsonschema.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ buildPgrxExtension_0_11_3 rec {
1414

1515
nativeBuildInputs = [ cargo ];
1616
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+
1720
previousVersions = ["0.3.0" "0.2.0" "0.1.4" "0.1.4" "0.1.2" "0.1.1" "0.1.0"];
1821
CARGO="${cargo}/bin/cargo";
1922
env = lib.optionalAttrs stdenv.isDarwin {

0 commit comments

Comments
 (0)