feat(user): implement soft deletion for user accounts and update related logic

This commit is contained in:
Chang lue Tsen
2025-12-27 10:45:28 -05:00
parent e027cbb5de
commit a9c832cb7c
6 changed files with 42 additions and 45 deletions
-1
View File
@@ -32,7 +32,6 @@ type (
CreatedAt int64 `json:"created_at"`
UpdatedAt int64 `json:"updated_at"`
DeletedAt int64 `json:"deleted_at,omitempty"`
IsDel bool `json:"is_del,omitempty"`
}
Follow {
Id int64 `json:"id"`