mirror of https://codeberg.org/cage/tinmop/
- fixed type of 'reblog-id' column in table 'status'.
This commit is contained in:
parent
2c3bac4e54
commit
8f4a782e16
|
@ -471,7 +471,7 @@
|
||||||
" \"in-reply-to-id\" TEXT,"
|
" \"in-reply-to-id\" TEXT,"
|
||||||
" \"in-reply-to-account-id\" TEXT,"
|
" \"in-reply-to-account-id\" TEXT,"
|
||||||
;; boosted
|
;; boosted
|
||||||
" \"reblog-id\" INTEGER, "
|
" \"reblog-id\" TEXT, "
|
||||||
;; two letter iso code (it, en etc.)
|
;; two letter iso code (it, en etc.)
|
||||||
" language TEXT,"
|
" language TEXT,"
|
||||||
;; user action on this status
|
;; user action on this status
|
||||||
|
|
Loading…
Reference in New Issue