fix: issues
This commit is contained in:
5
backend/database/fields/posts.go
Normal file
5
backend/database/fields/posts.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package fields
|
||||
|
||||
// swagger:enum UserStatus
|
||||
// ENUM( Pending, Verified, Blocked)
|
||||
type UserStatus int16
|
||||
Reference in New Issue
Block a user