From 0e10e91adc177ffe99634d22c27880ae010435d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Mon, 15 May 2023 22:30:19 +0300 Subject: [PATCH 1/1] More room for Unicode codepoints in the user avatar E.g., desktop computer Emoji. --- model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model.py b/model.py index b3ec6c3..aea9997 100644 --- a/model.py +++ b/model.py @@ -320,7 +320,7 @@ class Database: name VARCHAR(30) UNIQUE, info VARCHAR(1000) DEFAULT '', url VARCHAR(1000) DEFAULT '', - avatar CHAR(1), + avatar CHAR(2), role INT DEFAULT 0, flags INT DEFAULT 0, notif INT DEFAULT ?, -- 2.34.1