fix script

This commit is contained in:
Efstratios Giannopoulos 2024-04-16 13:16:39 +03:00
parent 7314bee9d2
commit d9a59b5570
3 changed files with 1 additions and 8 deletions

View File

@ -1,7 +0,0 @@
package eu.eudat.service.keycloak;
public enum KeycloakRole {
Admin, User
}

View File

@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS public."ant_Annotation"
"entity_type" character varying(512) COLLATE pg_catalog."default" NOT NULL,
"anchor" character varying(512) COLLATE pg_catalog."default",
"payload" text COLLATE pg_catalog."default",
"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,