Merge pull request 'error corrected' (#96) from Backend_Fix into main
Reviewed-on: #96
This commit was merged in pull request #96.
This commit is contained in:
@@ -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.
|
-- Please log an issue at https://github.com/pgadmin-org/pgadmin4/issues/new/choose if you find any bugs, including reproduction steps.
|
||||||
BEGIN;
|
BEGIN;
|
||||||
|
|
||||||
|
-- ===================================================================
|
||||||
|
-- STEP 1: Enable Required Extensions
|
||||||
|
-- ===================================================================
|
||||||
|
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
|
||||||
|
|
||||||
|
-- ===================================================================
|
||||||
|
-- STEP 2: Create Tables
|
||||||
|
-- ===================================================================
|
||||||
|
|
||||||
CREATE TABLE IF NOT EXISTS public."ChatArchives"
|
CREATE TABLE IF NOT EXISTS public."ChatArchives"
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user