Update pg update script

This commit is contained in:
Greg Hellings
2024-06-20 15:53:57 -05:00
parent 40f5b3fc47
commit ccb6894347
+1 -1
View File
@@ -1,4 +1,4 @@
{ postgresql_15, postgresql_14, writeScriptBin, ... }:
{ postgresql_15, postgresql_16, writeScriptBin, ... }:
let
newPostgres = postgresql_16;