feat: task

This commit is contained in:
2026-07-03 19:59:19 +02:00
parent edceea6619
commit 4050368147
7 changed files with 125 additions and 5 deletions
+1 -1
View File
@@ -4,4 +4,4 @@ from app.models.base import AbstractModel
class Comment(AbstractModel):
content = tortoise.fields.TextField()
content = tortoise.fields.TextField(null=False)