mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
chore: update id type to int32
This commit is contained in:
@ -48,8 +48,8 @@ func (l ActivityLevel) String() string {
|
||||
}
|
||||
|
||||
type Activity struct {
|
||||
ID int
|
||||
CreatorID int
|
||||
ID int32
|
||||
CreatorID int32
|
||||
CreatedTs int64
|
||||
Type ActivityType
|
||||
Level ActivityLevel
|
||||
|
Reference in New Issue
Block a user