feat: task
Python Lint CI / ruff-format-check (push) Successful in 56s
Python Lint CI / ty (push) Successful in 56s
Python Lint CI / ruff (push) Successful in 1m2s

This commit is contained in:
2026-07-03 19:55:03 +02:00
parent edceea6619
commit d7fbac6cf4
7 changed files with 126 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)