feat: переименование доменной области
This commit is contained in:
@@ -7,6 +7,8 @@ class User(TimestampedModel):
|
||||
id = fields.UUIDField(pk=True)
|
||||
telegram_id = fields.BigIntField(unique=True, index=True)
|
||||
username = fields.CharField(max_length=255, null=True)
|
||||
first_name = fields.CharField(max_length=255, null=True)
|
||||
last_name = fields.CharField(max_length=255, null=True)
|
||||
|
||||
class Meta:
|
||||
table = 'user'
|
||||
|
||||
Reference in New Issue
Block a user