mirror of
https://github.com/flibusta-apps/users_settings_server.git
synced 2025-12-08 09:30:41 +01:00
Update
This commit is contained in:
@@ -20,7 +20,7 @@ class Language(ormar.Model):
|
||||
class User(ormar.Model):
|
||||
class Meta(BaseMeta):
|
||||
tablename = "user_settings"
|
||||
|
||||
|
||||
id: int = ormar.Integer(primary_key=True) # type: ignore
|
||||
|
||||
user_id: int = ormar.BigInteger(unique=True) # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user