From 4d738395c90c8d66d06e583fd39bd4b60e03c915 Mon Sep 17 00:00:00 2001 From: Anton Smarovydlo Date: Wed, 31 Jul 2024 18:16:57 +0200 Subject: [PATCH] FRW-1633 Added postgres 16 support. --- .../src/templates/service/postgres/default/postgres.yml.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/src/templates/service/postgres/default/postgres.yml.twig b/generator/src/templates/service/postgres/default/postgres.yml.twig index 9564e3d36..ff86bee93 100644 --- a/generator/src/templates/service/postgres/default/postgres.yml.twig +++ b/generator/src/templates/service/postgres/default/postgres.yml.twig @@ -1 +1 @@ -{% include "service/#{engine}/9.6/#{engine}.yml.twig" with _context only %} +{% include "service/#{engine}/16/#{engine}.yml.twig" with _context only %}