2 lines
105 B
SQL
2 lines
105 B
SQL
ALTER TABLE public.chatlist_invites
|
|
ADD COLUMN IF NOT EXISTS revoked boolean NOT NULL DEFAULT false;
|