From 88e747fc9bfb53b6bd4139db6511929286d7cacc Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 25 Jul 2026 20:26:45 +0500 Subject: [PATCH] ++ --- infrastructure.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/infrastructure.yaml b/infrastructure.yaml index e083497..92dd51d 100644 --- a/infrastructure.yaml +++ b/infrastructure.yaml @@ -38,20 +38,6 @@ environments: password_special: false conn_limit: 20 - - cluster_id: main - database: - name: notes_db - extensions: - - uuid-ossp - - pg_stat_statements - user: - name: notes - password_length: 32 - password_special: false - conn_limit: 20 - permissions: - - notes_db - - cluster_id: main database: name: workspaces_db @@ -66,6 +52,20 @@ environments: permissions: - workspaces_db + - cluster_id: main + database: + name: notes_db + extensions: + - uuid-ossp + - pg_stat_statements + user: + name: notes + password_length: 32 + password_special: false + conn_limit: 20 + permissions: + - notes_db + - cluster_id: main database: name: ugmk_test_db