feat(storage01): Update stateVersion for newer postgres

This commit is contained in:
Tom Hubrecht 2023-11-29 21:04:09 +01:00
parent 9e893664ec
commit b961222d76

View file

@ -38,6 +38,6 @@ builtins.mapAttrs mkNode {
}; };
storage01 = { storage01 = {
stateVersion = "23.05"; stateVersion = "23.11";
}; };
} }