add: emojis is_animated
This commit is contained in:
parent
8e88cbbc6f
commit
570a290954
4 changed files with 19 additions and 5 deletions
|
@ -4,5 +4,6 @@ CREATE TABLE IF NOT EXISTS emojis (
|
|||
owner BIGINT NOT NULL,
|
||||
community BIGINT NOT NULL,
|
||||
upload_id BIGINT NOT NULL,
|
||||
name TEXT NOT NULL
|
||||
name TEXT NOT NULL,
|
||||
is_animated INT NOT NULL
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue