From a5ba61945f582b836c8f4cee79faa3c76e086de3 Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Mon, 19 May 2025 13:43:22 +0200 Subject: [PATCH] fix(select): update PostgreSQL versions and titles in resource selection - Change default PostgreSQL version from 16 to 17. - Update Supabase PostgreSQL version to 17.4.1.032. - Modify PostGIS title to indicate AMD compatibility. - Update PGVector title to reflect version 17. --- .../views/livewire/project/new/select.blade.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index c27163000..b0f324d4d 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -277,12 +277,12 @@ @if ($current_step === 'select-postgresql-type')