add: store is_like on reactions
This commit is contained in:
parent
382e3bc7a6
commit
0ea6b25138
5 changed files with 15 additions and 4 deletions
|
@ -3,5 +3,6 @@ CREATE TABLE IF NOT EXISTS reactions (
|
|||
created INTEGER NOT NULL,
|
||||
owner INTEGER NOT NULL,
|
||||
asset INTEGER NOT NULL,
|
||||
asset_type TEXT NOT NULL
|
||||
asset_type TEXT NOT NULL,
|
||||
is_like INTEGER NOT NULL
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue