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 070e558 commit 18241d8Copy full SHA for 18241d8
pkg/config/templates/config.toml
@@ -28,7 +28,7 @@ port = 54322
28
shadow_port = 54320
29
# The database major version to use. This has to be the same as your remote database's. Run `SHOW
30
# server_version;` on the remote database to check.
31
-major_version = 15
+major_version = 17
32
33
[db.pooler]
34
enabled = false
pkg/config/testdata/config.toml
[db.migrations]
# Specifies an ordered list of schema files that describe your database.
0 commit comments