From 3c9844abb63867e38a72209e3c9df4cf533dee1c Mon Sep 17 00:00:00 2001 From: sgiannopoulos Date: Tue, 16 Apr 2024 14:21:52 +0300 Subject: [PATCH] fix script --- dmp-db-scema/updates/00.01.056_Add_ant_EntityUser_table.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmp-db-scema/updates/00.01.056_Add_ant_EntityUser_table.sql b/dmp-db-scema/updates/00.01.056_Add_ant_EntityUser_table.sql index 4845b1b2c..9e64fefe3 100644 --- a/dmp-db-scema/updates/00.01.056_Add_ant_EntityUser_table.sql +++ b/dmp-db-scema/updates/00.01.056_Add_ant_EntityUser_table.sql @@ -9,7 +9,7 @@ CREATE TABLE IF NOT EXISTS public."ant_EntityUser" "id" uuid NOT NULL, "entity_id" uuid NOT NULL, "user_id" uuid NOT NULL, - "tenant" uuid NOT NULL, + "tenant" uuid NULL, "created_at" timestamp without time zone NOT NULL, "updated_at" timestamp without time zone NOT NULL, "is_active" smallint NOT NULL,