mirror of
https://github.com/xfarrow/blink
synced 2025-06-27 09:03:02 +02:00
update removeOrganizationAdmin
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user