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 97a7121 commit 0f7e614Copy full SHA for 0f7e614
lib/database/index.ts
@@ -14,7 +14,7 @@ import { CustomLambdaFunctionProps } from "../utils";
14
import { PgBouncer } from "./PgBouncer";
15
16
const instanceSizes: Record<string, number> = require("./instance-memory.json");
17
-const DEFAULT_PGSTAC_VERSION = "0.8.5";
+const DEFAULT_PGSTAC_VERSION = "0.9.5";
18
19
let defaultPgSTACCustomOptions: { [key: string]: any } = {
20
context: "FALSE",
0 commit comments