2 Commits

Author SHA1 Message Date
Donat a7ce891098 Merge pull request 'error corrected' (#96) from Backend_Fix into main
Reviewed-on: #96
2025-11-10 18:20:58 +00:00
magdo 3c56e86d45 error corrected 2025-11-10 19:20:36 +01:00
+8
View File
@@ -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"
(