mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 17:57:10 +00:00
add achievements field to user model
This commit is contained in:
@@ -22,4 +22,4 @@ class LoginSchema(ModelSchema):
|
||||
class UserSchema(ModelSchema):
|
||||
class Meta:
|
||||
model = User
|
||||
fields = ["id", "email", "username", "created_at",]
|
||||
fields = ["id", "email", "username", "created_at", "achievements"]
|
||||
|
||||
Reference in New Issue
Block a user