add: emojis is_animated

This commit is contained in:
trisua 2025-05-05 23:27:05 -04:00
parent 8e88cbbc6f
commit 570a290954
4 changed files with 19 additions and 5 deletions

View file

@ -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
)