This seems to be working correctly, but element-desktop isn't rendering them, not sure if that's expected or not. Closes #4
6 lines
100 B
SQL
6 lines
100 B
SQL
CREATE TABLE emoji (
|
|
discord_id TEXT NOT NULL PRIMARY KEY,
|
|
discord_name TEXT,
|
|
matrix_url TEXT
|
|
);
|