master
SneedBot 2024-07-13 12:00:16 +00:00
parent 3ca7639793
commit 72807bc876
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ CREATE TABLE public.chat_memberships (
user_id integer NOT NULL,
chat_id integer NOT NULL,
created_utc integer NOT NULL,
notification boolean NOT NULL,
notification boolean,
mentions integer NOT NULL
);