From 40bdb9620f45d4fb2dcce4fe8b14576fe72a9f7a Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sat, 2 Aug 2025 16:13:29 +0200 Subject: [PATCH] Update tests, PostgSail 0.9.3 --- initdb/99_migrations_202507.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initdb/99_migrations_202507.sql b/initdb/99_migrations_202507.sql index 9807571..8a42aa2 100644 --- a/initdb/99_migrations_202507.sql +++ b/initdb/99_migrations_202507.sql @@ -3,7 +3,7 @@ -- This file is part of PostgSail which is released under Apache License, Version 2.0 (the "License"). -- See file LICENSE or go to http://www.apache.org/licenses/LICENSE-2.0 for full license details. -- --- Migration June 2025 +-- Migration June/July 2025 -- -- List current database select current_database(); @@ -725,7 +725,7 @@ CREATE POLICY api_user_role ON api.metrics TO user_role -- Update version UPDATE public.app_settings - SET value='0.9.2' + SET value='0.9.3' WHERE "name"='app.version'; --\c postgres