feat: Update schema

This commit is contained in:
Danil 2024-12-06 18:39:17 +03:00
parent 26a1d87140
commit 32289e336f

View file

@ -8,7 +8,7 @@ CREATE TABLE message
CREATE TABLE chat CREATE TABLE chat
( (
chat_id BIGINT NOT NULL, chat_id BIGINT NOT NULL,
channel_id BIGINT, channel_id TEXT,
min_reaction_count INT DEFAULT 5, min_reaction_count INT DEFAULT 5,
emoji_list TEXT[] DEFAULT array[''] emoji_list TEXT[] DEFAULT array['', '😁']
); );