mirror of
https://github.com/Llloooggg/TextSouls.git
synced 2026-03-06 04:26:23 +03:00
backend: возможность отвязки персонажа от пользователя
This commit is contained in:
@@ -57,7 +57,7 @@ class Character(db.Model, SerializerMixin):
|
||||
owner = db.Column(
|
||||
db.Integer,
|
||||
db.ForeignKey("users.id"),
|
||||
nullable=False,
|
||||
nullable=True,
|
||||
)
|
||||
name = db.Column(db.String(255), nullable=False)
|
||||
character_race = db.Column(
|
||||
|
||||
Reference in New Issue
Block a user