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')

Select a Postgresql type

If you need extra extensions, you can select Supabase PostgreSQL (or others), otherwise select PostgreSQL - 16 (default).
+ 17 (default).
+ wire:click="setPostgresqlType('postgres:17-alpine')">
-
PostgreSQL 16 (default)
+
PostgreSQL 17 (default)
PostgreSQL is a powerful, open-source object-relational database system (no extensions).
@@ -297,7 +297,7 @@
+ wire:click="setPostgresqlType('supabase/postgres:17.4.1.032')">
Supabase PostgreSQL (with extensions)
@@ -314,9 +314,9 @@
+ wire:click="setPostgresqlType('postgis/postgis:17-3.5-alpine')">
-
PostGIS
+
PostGIS (AMD only)
PostGIS is a PostgreSQL extension for geographic objects.
@@ -331,9 +331,9 @@
+ wire:click="setPostgresqlType('pgvector/pgvector:pg17')">
-
PGVector (16)
+
PGVector (17)
PGVector is a PostgreSQL extension for vector data types.