fix script
This commit is contained in:
parent
7314bee9d2
commit
d9a59b5570
|
@ -1,7 +0,0 @@
|
||||||
package eu.eudat.service.keycloak;
|
|
||||||
|
|
||||||
public enum KeycloakRole {
|
|
||||||
|
|
||||||
Admin, User
|
|
||||||
|
|
||||||
}
|
|
|
@ -11,7 +11,7 @@ CREATE TABLE IF NOT EXISTS public."ant_Annotation"
|
||||||
"entity_type" character varying(512) COLLATE pg_catalog."default" NOT NULL,
|
"entity_type" character varying(512) COLLATE pg_catalog."default" NOT NULL,
|
||||||
"anchor" character varying(512) COLLATE pg_catalog."default",
|
"anchor" character varying(512) COLLATE pg_catalog."default",
|
||||||
"payload" text 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,
|
"created_at" timestamp without time zone NOT NULL,
|
||||||
"updated_at" timestamp without time zone NOT NULL,
|
"updated_at" timestamp without time zone NOT NULL,
|
||||||
"is_active" smallint NOT NULL,
|
"is_active" smallint NOT NULL,
|
||||||
|
|
Loading…
Reference in New Issue