feat: initial sqlite store
This commit is contained in:
parent
52814db43d
commit
9918c9918f
10 changed files with 560 additions and 6 deletions
|
|
@ -26,7 +26,7 @@ type User struct {
|
|||
ProfileImageURL NullString
|
||||
|
||||
Status UserStatus
|
||||
StatusReason string
|
||||
StatusReason NullString
|
||||
StatusChangedAt NullTime
|
||||
StatusExpiresAt NullTime
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue