feat: improve app ui and project metadata
This commit is contained in:
@@ -165,7 +165,7 @@ class Rule(UuidPk, CreatedAt, Base):
|
||||
content: Mapped[str] = mapped_column(Text, nullable=False)
|
||||
|
||||
|
||||
class Chapter(UuidPk, CreatedAt, Base):
|
||||
class Chapter(UuidPk, TimestampedMixin, Base):
|
||||
__tablename__ = "chapters"
|
||||
__table_args__ = (
|
||||
UniqueConstraint("project_id", "chapter_no", "version"),
|
||||
|
||||
Reference in New Issue
Block a user