update removeOrganizationAdmin

This commit is contained in:
Alessandro Ferro
2024-02-16 10:31:13 +01:00
parent a4ced1dee1
commit 462e2250a1
2 changed files with 24 additions and 20 deletions

View File

@ -9,7 +9,6 @@ CREATE TABLE IF NOT EXISTS public."OrganizationPost"
content text COLLATE pg_catalog."default" NOT NULL,
created_at timestamp without time zone DEFAULT now(),
original_author integer NOT NULL,
CONSTRAINT "OrganizationPost_pkey" PRIMARY KEY (id),
CONSTRAINT "AuthorIdFK" FOREIGN KEY (original_author)
REFERENCES public."Person" (id) MATCH SIMPLE
ON UPDATE NO ACTION