Skip to content

Commit 9167081

Browse files
committed
Update more files to postgres-16.
1 parent 748253a commit 9167081

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

db/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Just exists to make it easy to examine the database from this directory.
22

3-
app = "vlach-cookbook-db"
3+
app = "vlach-cookbook-pg16"

db/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ provider "postgresql" {
5353
password = var.pg_password
5454
sslmode = "disable"
5555
connect_timeout = 15
56-
expected_version = 14
56+
expected_version = 16
5757
}
5858

5959
resource "postgresql_role" "cookbook_prod_admin" {

0 commit comments

Comments
 (0)