From 2bc6931525a00b376cc04ccd6ebd2fa34a79251f Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Fri, 18 Nov 2022 21:47:17 +0300 Subject: [PATCH] =?UTF-8?q?backend:=20=D0=B2=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6?= =?UTF-8?q?=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D0=BE=D1=82=D0=B2=D1=8F=D0=B7?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=B5=D1=80=D1=81=D0=BE=D0=BD=D0=B0=D0=B6?= =?UTF-8?q?=D0=B0=20=D0=BE=D1=82=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/textsouls/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/textsouls/models.py b/backend/textsouls/models.py index bdba1e6..24e326b 100644 --- a/backend/textsouls/models.py +++ b/backend/textsouls/models.py @@ -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(