mirror of
https://github.com/nullishamy/ferri.git
synced 2025-06-28 09:04:18 +00:00
feat: lots of timeline improvements; icon urls for users
This commit is contained in:
parent
41c0091e98
commit
a924415a74
15 changed files with 379 additions and 43 deletions
|
@ -9,6 +9,7 @@ CREATE TABLE IF NOT EXISTS user
|
|||
username TEXT NOT NULL,
|
||||
actor_id TEXT NOT NULL UNIQUE,
|
||||
display_name TEXT NOT NULL,
|
||||
icon_url TEXT NOT NULL,
|
||||
|
||||
FOREIGN KEY(actor_id) REFERENCES actor(id)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue