mirror of
https://github.com/Redume/StarBoard.git
synced 2025-04-07 04:05:28 +01:00
feat: Update schema
This commit is contained in:
parent
26a1d87140
commit
32289e336f
1 changed files with 2 additions and 2 deletions
|
@ -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['⭐', '😁']
|
||||||
);
|
);
|
Loading…
Add table
Reference in a new issue