From 3c56e86d45b6160508bf4db1a4957c45988b48ea Mon Sep 17 00:00:00 2001 From: magdo Date: Mon, 10 Nov 2025 19:20:36 +0100 Subject: [PATCH] error corrected --- SerpentRace_Docker/sql_schema_only.sql | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/SerpentRace_Docker/sql_schema_only.sql b/SerpentRace_Docker/sql_schema_only.sql index a24d209b..a5d28f0e 100644 --- a/SerpentRace_Docker/sql_schema_only.sql +++ b/SerpentRace_Docker/sql_schema_only.sql @@ -2,6 +2,14 @@ -- Please log an issue at https://github.com/pgadmin-org/pgadmin4/issues/new/choose if you find any bugs, including reproduction steps. BEGIN; +-- =================================================================== +-- STEP 1: Enable Required Extensions +-- =================================================================== +CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; + +-- =================================================================== +-- STEP 2: Create Tables +-- =================================================================== CREATE TABLE IF NOT EXISTS public."ChatArchives" (