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" (